@kdcloudjs/kdesign 1.6.20 → 1.6.22

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kdcloudjs/kdesign",
3
- "version": "1.6.20",
3
+ "version": "1.6.22",
4
4
  "description": "KDesign 金蝶前端react 组件库",
5
5
  "title": "kdesign",
6
6
  "keywords": [
@@ -63,7 +63,8 @@
63
63
  "pub:beta": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=beta",
64
64
  "prepublishOnly": "node scripts/guard.js",
65
65
  "new": "node scripts/create-component.js",
66
- "token": "node scripts/generate-token.js"
66
+ "token": "node scripts/generate-token.js",
67
+ "preinstall": "npx force-resolutions"
67
68
  },
68
69
  "browserslist": [
69
70
  "last 2 versions",
@@ -102,6 +103,7 @@
102
103
  "@babel/preset-react": "^7.10.4",
103
104
  "@babel/preset-typescript": "^7.10.4",
104
105
  "@commitlint/config-conventional": "^9.1.2",
106
+ "@types/babel__traverse": "7.17.1",
105
107
  "@types/big.js": "^6.0.0",
106
108
  "@types/classnames": "^2.2.10",
107
109
  "@types/enzyme": "^3.10.7",
@@ -237,5 +239,8 @@
237
239
  "path": "./node_modules/cz-customizable"
238
240
  }
239
241
  },
242
+ "resolutions": {
243
+ "@types/babel__traverse": "7.17.1"
244
+ },
240
245
  "license": "Apache-2.0"
241
246
  }