@plasmicpkgs/antd5 0.0.270 → 0.0.271

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.
Files changed (2) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/package.json +9 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/antd5",
3
- "version": "0.0.270",
3
+ "version": "0.0.271",
4
4
  "description": "Plasmic registration calls for antd components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "exports": {
24
24
  ".": {
25
+ "types": "./dist/index.d.ts",
25
26
  "require": "./dist/index.js",
26
- "import": "./dist/antd.esm.js",
27
- "types": "./dist/index.d.ts"
27
+ "import": "./dist/antd.esm.js"
28
28
  },
29
29
  "./skinny/*": {
30
+ "types": "./skinny/*.d.ts",
30
31
  "require": "./skinny/*.cjs.js",
31
- "import": "./skinny/*.esm.js",
32
- "types": "./skinny/*.d.ts"
32
+ "import": "./skinny/*.esm.js"
33
33
  }
34
34
  },
35
35
  "files": [
@@ -50,7 +50,7 @@
50
50
  "build": "rollup -c rollup.config.mjs && yarn tsc --emitDeclarationOnly --declaration src/index.ts --incremental --tsBuildInfoFile ./dist/.tsbuildinfo --skipLibCheck --jsx react --lib dom,esnext --esModuleInterop --strict --outDir ./dist/ && cp ./dist/*.d.ts skinny/ && rm skinny/index.d.ts",
51
51
  "prepublishOnly": "npm run build",
52
52
  "clean": "rm -rf dist/ skinny/*.ts skinny/*.map skinny/*.js",
53
- "storybook": "storybook dev -p 6006",
53
+ "storybook": "storybook dev -p 6006 --no-open",
54
54
  "build-storybook": "storybook build",
55
55
  "test-storybook": "test-storybook",
56
56
  "test": "TEST_CWD=`pwd` yarn --cwd=../.. test"
@@ -69,20 +69,10 @@
69
69
  "@plasmicapp/data-sources": "0.1.171",
70
70
  "@plasmicapp/host": "1.0.211",
71
71
  "@plasmicapp/query": "0.1.79",
72
- "@plasmicapp/react-web": "0.2.369",
72
+ "@plasmicapp/react-web": "0.2.370",
73
73
  "@rollup/plugin-commonjs": "^11.0.0",
74
74
  "@rollup/plugin-json": "^4.0.0",
75
75
  "@rollup/plugin-node-resolve": "^9.0.0",
76
- "@storybook/addon-actions": "^8.5.3",
77
- "@storybook/addon-essentials": "^8.5.3",
78
- "@storybook/addon-info": "^5.3.21",
79
- "@storybook/addon-interactions": "^8.5.3",
80
- "@storybook/addon-links": "^8.5.3",
81
- "@storybook/jest": "^0.0.10",
82
- "@storybook/react": "^8.5.3",
83
- "@storybook/react-webpack5": "^8.5.3",
84
- "@storybook/test-runner": "^0.13.0",
85
- "@storybook/testing-library": "^0.0.13",
86
76
  "@types/lodash": "^4.14.200",
87
77
  "@types/node": "^14.0.26",
88
78
  "@types/react": "^18.0.27",
@@ -95,9 +85,7 @@
95
85
  "rollup": "^3.10.1",
96
86
  "rollup-plugin-dts": "^5.0.0",
97
87
  "rollup-plugin-esbuild": "^5.0.0",
98
- "rollup-plugin-replace-imports": "^1.0.0",
99
- "storybook": "^8.5.3",
100
- "storybook-addon-mock": "^4.2.1"
88
+ "rollup-plugin-replace-imports": "^1.0.0"
101
89
  },
102
90
  "peerDependencies": {
103
91
  "@plasmicapp/data-sources": ">=0.1.0",
@@ -108,5 +96,5 @@
108
96
  "publishConfig": {
109
97
  "access": "public"
110
98
  },
111
- "gitHead": "93119895a0d403158e497a0abdccdcb24d670fb7"
99
+ "gitHead": "951909f9952ffe42fefb6e15a1797cdc1aee1197"
112
100
  }