@plasmicapp/react-web 0.2.416 → 0.2.417

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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.416",
3
+ "version": "0.2.417",
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.25",
99
- "@plasmicapp/data-sources": "0.1.200",
100
- "@plasmicapp/data-sources-context": "0.1.22",
101
- "@plasmicapp/host": "1.0.235",
98
+ "@plasmicapp/auth-react": "0.0.26",
99
+ "@plasmicapp/data-sources": "0.1.201",
100
+ "@plasmicapp/data-sources-context": "0.1.23",
101
+ "@plasmicapp/host": "1.0.236",
102
102
  "@plasmicapp/loader-splits": "1.0.68",
103
- "@plasmicapp/nextjs-app-router": "1.0.20",
104
- "@plasmicapp/prepass": "1.0.22",
105
- "@plasmicapp/query": "0.1.82",
103
+ "@plasmicapp/nextjs-app-router": "1.0.21",
104
+ "@plasmicapp/prepass": "1.0.23",
105
+ "@plasmicapp/query": "0.1.83",
106
106
  "@react-aria/checkbox": "^3.15.5",
107
107
  "@react-aria/focus": "^3.20.3",
108
108
  "@react-aria/interactions": "^3.25.1",
@@ -141,8 +141,8 @@
141
141
  "@types/classnames": "^2.3.1",
142
142
  "@types/clone": "^2.1.1",
143
143
  "@types/dlv": "^1.1.2",
144
- "@types/react": "^18.0.27",
145
- "@types/react-dom": "^18.0.10",
144
+ "@types/react": "^18",
145
+ "@types/react-dom": "^18",
146
146
  "react": "^18.2.0",
147
147
  "react-dom": "^18.2.0",
148
148
  "rollup": "^3.26.1",
@@ -153,5 +153,5 @@
153
153
  "react": ">=16.8.0",
154
154
  "react-dom": ">=16.8.0"
155
155
  },
156
- "gitHead": "380a91b2e7eac342c9b2ddafdacd84b4a812b795"
156
+ "gitHead": "fa74df4b34ddcda455a67582f64d2a2e35ec9c12"
157
157
  }