@botonic/example-blank 0.36.0 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botonic/example-blank",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production",
|
|
6
6
|
"start": "ENVIRONMENT=local NODE_ENV=development rspack serve --env target=dev --mode=development",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@babel/runtime": "^7.26.0",
|
|
12
|
-
"@botonic/react": "^0.
|
|
12
|
+
"@botonic/react": "^0.38.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@botonic/dx": "^0.
|
|
15
|
+
"@botonic/dx": "^0.38.0"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": ">=20.0.0"
|