@plasmicapp/react-web 0.2.180 → 0.2.182
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 +20 -4
package/package.json
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.182",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"module": "dist/react-web.esm.js",
|
|
8
|
+
"nx": {
|
|
9
|
+
"targets": {
|
|
10
|
+
"build": {
|
|
11
|
+
"inputs": [
|
|
12
|
+
"{projectRoot}/**/*",
|
|
13
|
+
"!{projectRoot}/**/dist/**/*",
|
|
14
|
+
"!{projectRoot}/lib/**/*"
|
|
15
|
+
],
|
|
16
|
+
"outputs": [
|
|
17
|
+
"{projectRoot}/dist",
|
|
18
|
+
"{projectRoot}/**/dist",
|
|
19
|
+
"{projectRoot}/lib"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
8
24
|
"size-limit": [
|
|
9
25
|
{
|
|
10
26
|
"path": "dist/react-web.cjs.production.min.js",
|
|
@@ -86,9 +102,9 @@
|
|
|
86
102
|
},
|
|
87
103
|
"prettier": {},
|
|
88
104
|
"dependencies": {
|
|
89
|
-
"@plasmicapp/data-sources": "0.1.
|
|
105
|
+
"@plasmicapp/data-sources": "0.1.54",
|
|
90
106
|
"@plasmicapp/data-sources-context": "0.1.7",
|
|
91
|
-
"@plasmicapp/host": "1.0.
|
|
107
|
+
"@plasmicapp/host": "1.0.120",
|
|
92
108
|
"@plasmicapp/query": "0.1.61",
|
|
93
109
|
"@react-aria/checkbox": "^3.5.0",
|
|
94
110
|
"@react-aria/focus": "^3.7.0",
|
|
@@ -155,5 +171,5 @@
|
|
|
155
171
|
"react": ">=16.8.0",
|
|
156
172
|
"react-dom": ">=16.8.0"
|
|
157
173
|
},
|
|
158
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "dff00ecdf8a21a7e4744bcfd80efc4d5478fd00d"
|
|
159
175
|
}
|