@plasmicapp/react-web 0.2.422 → 0.2.423
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 +6 -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.423",
|
|
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",
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@plasmicapp/auth-react": "0.0.26",
|
|
99
|
-
"@plasmicapp/data-sources": "0.1.
|
|
99
|
+
"@plasmicapp/data-sources": "0.1.204",
|
|
100
100
|
"@plasmicapp/data-sources-context": "0.1.23",
|
|
101
|
-
"@plasmicapp/host": "1.0.
|
|
101
|
+
"@plasmicapp/host": "1.0.238",
|
|
102
102
|
"@plasmicapp/loader-splits": "1.0.68",
|
|
103
103
|
"@plasmicapp/nextjs-app-router": "1.0.21",
|
|
104
104
|
"@plasmicapp/prepass": "1.0.23",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"clone": "^2.1.2",
|
|
126
126
|
"dlv": "^1.1.3",
|
|
127
127
|
"fast-deep-equal": "^3.1.3",
|
|
128
|
-
"valtio": "^1.6.
|
|
128
|
+
"valtio": "^1.6.4"
|
|
129
129
|
},
|
|
130
130
|
"devDependencies": {
|
|
131
131
|
"@babel/core": "^7.14.6",
|
|
@@ -147,11 +147,11 @@
|
|
|
147
147
|
"react-dom": "^18.2.0",
|
|
148
148
|
"rollup": "^3.26.1",
|
|
149
149
|
"rollup-plugin-dts": "^5.3.0",
|
|
150
|
-
"rollup-plugin-typescript2": "^0.
|
|
150
|
+
"rollup-plugin-typescript2": "^0.36.0"
|
|
151
151
|
},
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"react": ">=16.8.0",
|
|
154
154
|
"react-dom": ">=16.8.0"
|
|
155
155
|
},
|
|
156
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "8d1c851cde5b6670789893501c50c16276c1673b"
|
|
157
157
|
}
|