@plasmicapp/react-web 0.2.401 → 0.2.402
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 +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.402",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"@plasmicapp/data-sources-context": "0.1.22",
|
|
101
101
|
"@plasmicapp/host": "1.0.225",
|
|
102
102
|
"@plasmicapp/loader-splits": "1.0.65",
|
|
103
|
-
"@plasmicapp/nextjs-app-router": "1.0.
|
|
103
|
+
"@plasmicapp/nextjs-app-router": "1.0.18",
|
|
104
104
|
"@plasmicapp/prepass": "1.0.20",
|
|
105
105
|
"@plasmicapp/query": "0.1.80",
|
|
106
106
|
"@react-aria/checkbox": "^3.15.5",
|
|
@@ -138,7 +138,6 @@
|
|
|
138
138
|
"@rollup/plugin-commonjs": "^25.0.2",
|
|
139
139
|
"@rollup/plugin-json": "^6.0.0",
|
|
140
140
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
141
|
-
"@size-limit/preset-small-lib": "^4.10.2",
|
|
142
141
|
"@types/classnames": "^2.3.1",
|
|
143
142
|
"@types/clone": "^2.1.1",
|
|
144
143
|
"@types/dlv": "^1.1.2",
|
|
@@ -148,12 +147,11 @@
|
|
|
148
147
|
"react-dom": "^18.2.0",
|
|
149
148
|
"rollup": "^3.26.1",
|
|
150
149
|
"rollup-plugin-dts": "^5.3.0",
|
|
151
|
-
"rollup-plugin-typescript2": "^0.35.0"
|
|
152
|
-
"size-limit": "^4.10.2"
|
|
150
|
+
"rollup-plugin-typescript2": "^0.35.0"
|
|
153
151
|
},
|
|
154
152
|
"peerDependencies": {
|
|
155
153
|
"react": ">=16.8.0",
|
|
156
154
|
"react-dom": ">=16.8.0"
|
|
157
155
|
},
|
|
158
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "400da4e813c2876ed9d2ada28ef265afd30c69d5"
|
|
159
157
|
}
|