Skip to content

Commit

Permalink
chore: 调整依赖配置
Browse files Browse the repository at this point in the history
  • Loading branch information
maplor authored Jan 14, 2022
1 parent f6010bd commit 169377f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,28 @@
"es/",
"build/"
],
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "15.6 || 16 || 17",
"react-dom": "15.6 || 16 || 17"
},
"dependencies": {
"@antv/data-set": "^0.11.5",
"@antv/g2": "^4.1.1",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.161",
"@types/prop-types": "^15.7.3",
"@types/react": "15.6 || 16 || 17",
"@types/react-dom": "15.6 || 16 || 17",
"classnames": "^2.2.5",
"lodash": "^4.17.0",
"prop-types": "^15.5.10",
"react": "15.6 || 16 || 17",
"react-dom": "15.6 || 16 || 17"
"lodash": "^4.17.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@storybook/addon-actions": "^6.4.12",
"@storybook/addon-essentials": "^6.4.12",
"@storybook/addon-knobs": "6.4.0",
"@storybook/react": "^6.4.12",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.161",
"@types/prop-types": "^15.7.3",
"@types/react": "15.6 || 16 || 17",
"@types/react-dom": "15.6 || 16 || 17",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
Expand Down

0 comments on commit 169377f

Please sign in to comment.