@plasmicapp/react-web 0.2.404 → 0.2.406
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.406",
|
|
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",
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
"test-storybook": "test-storybook"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@plasmicapp/auth-react": "0.0.
|
|
99
|
-
"@plasmicapp/data-sources": "0.1.
|
|
98
|
+
"@plasmicapp/auth-react": "0.0.24",
|
|
99
|
+
"@plasmicapp/data-sources": "0.1.191",
|
|
100
100
|
"@plasmicapp/data-sources-context": "0.1.22",
|
|
101
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
-
"@plasmicapp/loader-splits": "1.0.
|
|
103
|
-
"@plasmicapp/nextjs-app-router": "1.0.
|
|
104
|
-
"@plasmicapp/prepass": "1.0.
|
|
105
|
-
"@plasmicapp/query": "0.1.
|
|
101
|
+
"@plasmicapp/host": "1.0.227",
|
|
102
|
+
"@plasmicapp/loader-splits": "1.0.66",
|
|
103
|
+
"@plasmicapp/nextjs-app-router": "1.0.19",
|
|
104
|
+
"@plasmicapp/prepass": "1.0.21",
|
|
105
|
+
"@plasmicapp/query": "0.1.81",
|
|
106
106
|
"@react-aria/checkbox": "^3.15.5",
|
|
107
107
|
"@react-aria/focus": "^3.20.3",
|
|
108
108
|
"@react-aria/interactions": "^3.25.1",
|
|
@@ -153,5 +153,5 @@
|
|
|
153
153
|
"react": ">=16.8.0",
|
|
154
154
|
"react-dom": ">=16.8.0"
|
|
155
155
|
},
|
|
156
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "91363e5167ada12970c50f6178d96375d3df9437"
|
|
157
157
|
}
|