@plasmicapp/react-web 0.2.192 → 0.2.193
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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.193",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,9 +14,8 @@
|
|
|
14
14
|
"!{projectRoot}/lib/**/*"
|
|
15
15
|
],
|
|
16
16
|
"outputs": [
|
|
17
|
-
"{projectRoot}
|
|
18
|
-
"{projectRoot}
|
|
19
|
-
"{projectRoot}/lib"
|
|
17
|
+
"{projectRoot}/**/dist/**/*",
|
|
18
|
+
"{projectRoot}/lib/**/*"
|
|
20
19
|
]
|
|
21
20
|
}
|
|
22
21
|
}
|
|
@@ -102,9 +101,9 @@
|
|
|
102
101
|
},
|
|
103
102
|
"prettier": {},
|
|
104
103
|
"dependencies": {
|
|
105
|
-
"@plasmicapp/data-sources": "0.1.
|
|
104
|
+
"@plasmicapp/data-sources": "0.1.63",
|
|
106
105
|
"@plasmicapp/data-sources-context": "0.1.9",
|
|
107
|
-
"@plasmicapp/host": "1.0.
|
|
106
|
+
"@plasmicapp/host": "1.0.125",
|
|
108
107
|
"@plasmicapp/query": "0.1.61",
|
|
109
108
|
"@react-aria/checkbox": "^3.5.0",
|
|
110
109
|
"@react-aria/focus": "^3.7.0",
|
|
@@ -171,5 +170,5 @@
|
|
|
171
170
|
"react": ">=16.8.0",
|
|
172
171
|
"react-dom": ">=16.8.0"
|
|
173
172
|
},
|
|
174
|
-
"gitHead": "
|
|
173
|
+
"gitHead": "5f9fb81e4b814580add383f480cdb15156a67ecb"
|
|
175
174
|
}
|