@plasmicapp/react-web 1.0.26 → 1.0.28
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 +17 -10
package/package.json
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.28",
|
|
4
|
+
"description": "Runtime library for rendering Plasmic-generated React components — variants, slots, overrides, and styling.",
|
|
5
|
+
"homepage": "https://www.plasmic.app",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/plasmicapp/plasmic.git",
|
|
9
|
+
"directory": "packages/react-web"
|
|
10
|
+
},
|
|
11
|
+
"license": "MIT",
|
|
5
12
|
"main": "dist/index.cjs.js",
|
|
6
13
|
"types": "dist/index.d.ts",
|
|
7
14
|
"module": "dist/react-web.esm.js",
|
|
@@ -85,13 +92,13 @@
|
|
|
85
92
|
"test-storybook": "test-storybook"
|
|
86
93
|
},
|
|
87
94
|
"dependencies": {
|
|
88
|
-
"@plasmicapp/auth-react": "0.0.
|
|
89
|
-
"@plasmicapp/data-sources": "1.0.
|
|
90
|
-
"@plasmicapp/data-sources-context": "0.1.
|
|
91
|
-
"@plasmicapp/host": "2.0.
|
|
92
|
-
"@plasmicapp/loader-splits": "1.0.
|
|
93
|
-
"@plasmicapp/prepass": "1.0.
|
|
94
|
-
"@plasmicapp/query": "0.1.
|
|
95
|
+
"@plasmicapp/auth-react": "0.0.30",
|
|
96
|
+
"@plasmicapp/data-sources": "1.0.23",
|
|
97
|
+
"@plasmicapp/data-sources-context": "0.1.25",
|
|
98
|
+
"@plasmicapp/host": "2.0.14",
|
|
99
|
+
"@plasmicapp/loader-splits": "1.0.75",
|
|
100
|
+
"@plasmicapp/prepass": "1.0.27",
|
|
101
|
+
"@plasmicapp/query": "0.1.87",
|
|
95
102
|
"@react-aria/checkbox": "^3.15.5",
|
|
96
103
|
"@react-aria/focus": "^3.20.3",
|
|
97
104
|
"@react-aria/interactions": "^3.25.1",
|
|
@@ -141,5 +148,5 @@
|
|
|
141
148
|
"react": ">=18.0.0",
|
|
142
149
|
"react-dom": ">=18.0.0"
|
|
143
150
|
},
|
|
144
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "5df9be31ac3d1161e21e11ea6a183c7444ad1a9a"
|
|
145
152
|
}
|