Skip to content

Commit

Permalink
fix(Umi UI): ui deps and devDeps (#3389)
Browse files Browse the repository at this point in the history
* fix: umi-plugin-ui deps icon

* fix: tasks @ant-design/icons

* fix: deps
  • Loading branch information
ycjcl868 authored and sorrycc committed Oct 10, 2019
1 parent cc57e3c commit 5f2d4a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
6 changes: 3 additions & 3 deletions packages/umi-plugin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"src"
],
"dependencies": {
"@ant-design/compatible": "^0.0.1-alpha.1",
"@ant-design/icons": "^4.0.0-alpha.8",
"classnames": "^2.2.6",
"is-mobile": "2.1.0",
"react-portal": "^4.2.0",
"sockjs-client": "1.3.0",
"styled-components": "^4.4.0",
"umi-ui-tasks": "1.1.4"
},
"devDependencies": {
"classnames": "^2.2.6",
"@ant-design/compatible": "^0.0.1-alpha.1",
"@ant-design/icons": "^4.0.0-alpha.8",
"@umijs/fabric": "^1.1.9",
"decamelize": "3.2.0",
"serialize-javascript": "^1.7.0",
Expand Down
9 changes: 1 addition & 8 deletions packages/umi-plugin-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3254,7 +3254,7 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.7.2:
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
Expand Down Expand Up @@ -3304,13 +3304,6 @@ react-lifecycles-compat@^3.0.4:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==

react-portal@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/react-portal/-/react-portal-4.2.0.tgz#5400831cdb0ae64dccb8128121cf076089ab1afd"
integrity sha512-Zf+vGQ/VEAb5XAy+muKEn48yhdCNYPZaB1BWg1xc8sAZWD8pXTgPtQT4ihBdmWzsfCq8p8/kqf0GWydSBqc+Eg==
dependencies:
prop-types "^15.5.8"

read-pkg-up@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
Expand Down
14 changes: 7 additions & 7 deletions packages/umi-ui-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"src"
],
"dependencies": {
"@ant-design/compatible": "^0.0.1-alpha.1",
"@ant-design/icons": "^4.0.0-alpha.8",
"binary-mirror-config": "1.20.3",
"classnames": "^2.2.6",
"filesize": "^4.2.0",
"mkdirp": "^0.5.1",
"portfinder": "^1.0.24",
"react-sizeme": "^2.6.7",
"rimraf": "^3.0.0",
"umi-webpack-bundle-analyzer": "^3.5.0",
"xterm-addon-web-links": "^0.1.0"
"umi-webpack-bundle-analyzer": "^3.5.0"
},
"devDependencies": {
"classnames": "^2.2.6",
"@ant-design/compatible": "^0.0.1-alpha.1",
"@ant-design/icons": "^4.0.0-alpha.8",
"xterm-addon-web-links": "^0.1.0",
"filesize": "^4.2.0",
"react-sizeme": "^2.6.7",
"@umijs/fabric": "^1.1.9",
"antd": "4.0.0-alpha.2",
"concurrently": "^4.1.1",
Expand Down

0 comments on commit 5f2d4a9

Please sign in to comment.