@plasmicapp/react-web 1.0.29 → 1.0.31
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 +12 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
4
4
|
"description": "Runtime library for rendering Plasmic-generated React components — variants, slots, overrides, and styling.",
|
|
5
5
|
"homepage": "https://www.plasmic.app",
|
|
6
6
|
"repository": {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"scripts": {
|
|
83
83
|
"build": "rollup -c && mkdir -p lib && cp src/styles/plasmic.css lib/",
|
|
84
84
|
"clean": "rm -rf dist/ skinny/dist/ lib/host/*js lib/host/*.ts lib/host/*.map lib/data-sources/*js lib/data-sources/*.ts lib/data-sources/*.map lib/query/*js lib/query/*.ts lib/query/*.map lib/auth/*js lib/auth/*.ts lib/auth/*.map lib/splits/*js lib/splits/*.ts lib/splits/*.map",
|
|
85
|
-
"test": "
|
|
85
|
+
"test": "vitest run",
|
|
86
86
|
"lint": "eslint",
|
|
87
87
|
"prepublishOnly": "npm run build",
|
|
88
88
|
"size": "size-limit",
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"test-storybook": "test-storybook"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@plasmicapp/auth-react": "0.0.
|
|
96
|
-
"@plasmicapp/data-sources": "1.0.
|
|
95
|
+
"@plasmicapp/auth-react": "0.0.31",
|
|
96
|
+
"@plasmicapp/data-sources": "1.0.25",
|
|
97
97
|
"@plasmicapp/data-sources-context": "0.1.25",
|
|
98
|
-
"@plasmicapp/host": "2.0.
|
|
99
|
-
"@plasmicapp/loader-splits": "1.0.
|
|
100
|
-
"@plasmicapp/prepass": "1.0.
|
|
98
|
+
"@plasmicapp/host": "2.0.16",
|
|
99
|
+
"@plasmicapp/loader-splits": "1.0.76",
|
|
100
|
+
"@plasmicapp/prepass": "1.0.28",
|
|
101
101
|
"@plasmicapp/query": "0.1.87",
|
|
102
102
|
"@react-aria/checkbox": "^3.15.5",
|
|
103
103
|
"@react-aria/focus": "^3.20.3",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@babel/preset-typescript": "^7.28.5",
|
|
130
130
|
"@react-types/overlays": "^3.8.15",
|
|
131
131
|
"@react-types/select": "^3.9.2",
|
|
132
|
-
"@react-types/shared": "^3.
|
|
132
|
+
"@react-types/shared": "^3.36.1",
|
|
133
133
|
"@rollup/plugin-commonjs": "^25.0.2",
|
|
134
134
|
"@rollup/plugin-json": "^6.1.0",
|
|
135
135
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
@@ -142,11 +142,13 @@
|
|
|
142
142
|
"react-dom": "18.3.1",
|
|
143
143
|
"rollup": "^3.26.1",
|
|
144
144
|
"rollup-plugin-dts": "^5.3.0",
|
|
145
|
-
"rollup-plugin-typescript2": "^0.36.0"
|
|
145
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
146
|
+
"vite": "8.1.5",
|
|
147
|
+
"vitest": "4.1.10"
|
|
146
148
|
},
|
|
147
149
|
"peerDependencies": {
|
|
148
150
|
"react": ">=18.0.0",
|
|
149
151
|
"react-dom": ">=18.0.0"
|
|
150
152
|
},
|
|
151
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "b960713225766df3635763f660645146b92fa693"
|
|
152
154
|
}
|