Fix deps
Showing
| ... | ... | @@ -20,6 +20,7 @@ |
| }, | ||
| "dependencies": { | ||
| "antd": "^3.0.0-beta.1", | ||
| "babel-runtime": "^6.9.2", | ||
| "classnames": "^2.2.5", | ||
| "core-js": "^2.5.1", | ||
| "dva": "^2.0.3", | ||
| ... | ... | @@ -34,6 +35,7 @@ |
| "prop-types": "^15.5.10", | ||
| "qs": "^6.5.0", | ||
| "react": "^16.0.0", | ||
| "react-container-query": "^0.9.1", | ||
| "react-document-title": "^2.0.3", | ||
| "react-dom": "^16.0.0", | ||
| "react-fittext": "^1.0.0" | ||
| ... | ... | @@ -48,7 +50,6 @@ |
| "babel-plugin-transform-runtime": "^6.9.0", | ||
| "babel-preset-env": "^1.6.1", | ||
| "babel-preset-react": "^6.24.1", | ||
| "babel-runtime": "^6.9.2", | ||
| "cross-port-killer": "^1.0.1", | ||
| "enzyme": "^3.1.0", | ||
| "enzyme-adapter-react-16": "^1.0.2", | ||
| ... | ... | @@ -65,7 +66,6 @@ |
| "lint-staged": "^4.3.0", | ||
| "mockjs": "^1.0.1-beta3", | ||
| "pro-download": "^1.0.0", | ||
| "react-container-query": "^0.9.1", | ||
| "react-test-renderer": "^16.0.0", | ||
| "redbox-react": "^1.3.2", | ||
| "roadhog": "^1.3.1", | ||
| ... | ... |
Please register or sign in to comment