@plasmicapp/react-web 0.2.396 → 0.2.397
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.397",
|
|
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.
|
|
100
|
-
"@plasmicapp/data-sources-context": "0.1.
|
|
101
|
-
"@plasmicapp/host": "1.0.
|
|
98
|
+
"@plasmicapp/auth-react": "0.0.23",
|
|
99
|
+
"@plasmicapp/data-sources": "0.1.188",
|
|
100
|
+
"@plasmicapp/data-sources-context": "0.1.22",
|
|
101
|
+
"@plasmicapp/host": "1.0.224",
|
|
102
102
|
"@plasmicapp/loader-splits": "1.0.64",
|
|
103
|
-
"@plasmicapp/nextjs-app-router": "1.0.
|
|
104
|
-
"@plasmicapp/prepass": "1.0.
|
|
105
|
-
"@plasmicapp/query": "0.1.
|
|
103
|
+
"@plasmicapp/nextjs-app-router": "1.0.17",
|
|
104
|
+
"@plasmicapp/prepass": "1.0.20",
|
|
105
|
+
"@plasmicapp/query": "0.1.80",
|
|
106
106
|
"@react-aria/checkbox": "^3.15.5",
|
|
107
107
|
"@react-aria/focus": "^3.20.3",
|
|
108
108
|
"@react-aria/interactions": "^3.25.1",
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"react": ">=16.8.0",
|
|
156
156
|
"react-dom": ">=16.8.0"
|
|
157
157
|
},
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "abfd8b249d026a1ac8eeaeba5a83a3043e5e82b3"
|
|
159
159
|
}
|