@plasmicapp/react-web 1.0.34 → 1.0.35
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 +5 -5
- /package/dist/plume/{collection-utils.spec.d.ts → collection-utils.test.d.ts} +0 -0
- /package/dist/{react-utils.spec.d.ts → react-utils.test.d.ts} +0 -0
- /package/dist/render/PlasmicImg/{index.spec.d.ts → index.test.d.ts} +0 -0
- /package/skinny/dist/plume/{collection-utils.spec.d.ts → collection-utils.test.d.ts} +0 -0
- /package/skinny/dist/{react-utils.spec.d.ts → react-utils.test.d.ts} +0 -0
- /package/skinny/dist/render/PlasmicImg/{index.spec.d.ts → index.test.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
4
4
|
"description": "Runtime library for rendering Plasmic-generated React components — variants, slots, overrides, and styling.",
|
|
5
5
|
"homepage": "https://www.plasmic.app",
|
|
6
6
|
"repository": {
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"dlv": "^1.1.3",
|
|
104
104
|
"valtio": "^1.6.4",
|
|
105
105
|
"@plasmicapp/auth-react": "0.0.33",
|
|
106
|
-
"@plasmicapp/data-sources": "1.0.
|
|
107
|
-
"@plasmicapp/host": "2.0.18",
|
|
106
|
+
"@plasmicapp/data-sources": "1.0.28",
|
|
108
107
|
"@plasmicapp/data-sources-context": "0.1.25",
|
|
109
|
-
"@plasmicapp/
|
|
108
|
+
"@plasmicapp/host": "2.0.18",
|
|
109
|
+
"@plasmicapp/loader-splits": "1.0.78",
|
|
110
110
|
"@plasmicapp/prepass": "1.0.29",
|
|
111
|
-
"@plasmicapp/
|
|
111
|
+
"@plasmicapp/query": "0.1.87"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@babel/core": "^7.29.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|