@plasmicapp/react-web 0.2.392 → 0.2.393

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.392",
3
+ "version": "0.2.393",
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.22",
99
- "@plasmicapp/data-sources": "0.1.185",
99
+ "@plasmicapp/data-sources": "0.1.186",
100
100
  "@plasmicapp/data-sources-context": "0.1.21",
101
- "@plasmicapp/host": "1.0.221",
101
+ "@plasmicapp/host": "1.0.222",
102
102
  "@plasmicapp/loader-splits": "1.0.64",
103
103
  "@plasmicapp/nextjs-app-router": "1.0.16",
104
104
  "@plasmicapp/prepass": "1.0.19",
@@ -155,5 +155,5 @@
155
155
  "react": ">=16.8.0",
156
156
  "react-dom": ">=16.8.0"
157
157
  },
158
- "gitHead": "6211d514673eb80959315c1ad860e9be30a6a466"
158
+ "gitHead": "2a2611435f29c3f418c706cba2124e7d3a30e3c5"
159
159
  }