@plasmicpkgs/react-aria 0.0.184 → 0.0.186
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 +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicpkgs/react-aria",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.186",
|
|
4
4
|
"description": "Plasmic registration calls for react-aria based components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
],
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "rollup -c rollup.config.mjs && tsc --emitDeclarationOnly --declaration src/index.tsx --incremental --tsBuildInfoFile ./dist/.tsbuildinfo --skipLibCheck --lib esnext,dom,dom.iterable --jsx react --esModuleInterop --strict --outDir ./dist/ && cp ./dist/*.d.ts skinny/ && rm skinny/index.d.ts",
|
|
41
|
-
"prepare": "if-env PREPARE_NO_BUILD=true || pnpm build",
|
|
42
41
|
"clean": "rm -rf dist/ skinny/*.ts skinny/*.map skinny/*.js",
|
|
43
42
|
"storybook": "storybook dev -p 6006 --no-open",
|
|
44
43
|
"build-storybook": "storybook build",
|
|
@@ -54,7 +53,7 @@
|
|
|
54
53
|
"react-stately": "^3.38.0"
|
|
55
54
|
},
|
|
56
55
|
"devDependencies": {
|
|
57
|
-
"@plasmicapp/host": "2.0.
|
|
56
|
+
"@plasmicapp/host": "2.0.8",
|
|
58
57
|
"@rollup/plugin-commonjs": "^11.0.0",
|
|
59
58
|
"@rollup/plugin-json": "^4.0.0",
|
|
60
59
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
@@ -74,5 +73,5 @@
|
|
|
74
73
|
"publishConfig": {
|
|
75
74
|
"access": "public"
|
|
76
75
|
},
|
|
77
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "f2542f3c07f280e033323f363580af5dd8dc534b"
|
|
78
77
|
}
|