Commit 5ecf2ed5 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

fix an issue that can not be started

parent 5746bb64
...@@ -30,11 +30,11 @@ ...@@ -30,11 +30,11 @@
"docker:push": "npm run docker-hub:build && npm run docker:tag && docker push chenshuai2144/ant-design-pro" "docker:push": "npm run docker-hub:build && npm run docker:tag && docker push chenshuai2144/ant-design-pro"
}, },
"dependencies": { "dependencies": {
"@antv/data-set": "^0.10.0",
"@babel/runtime": "^7.1.5", "@babel/runtime": "^7.1.5",
"antd": "^3.10.9", "antd": "^3.10.9",
"bizcharts": "^3.4.0", "bizcharts": "^3.4.0",
"bizcharts-plugin-slider": "^2.1.1-beta.1", "bizcharts-plugin-slider": "^2.1.1-beta.1",
"@antv/data-set": "^0.10.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"dva": "^2.4.0", "dva": "^2.4.0",
"enquire-js": "^0.2.1", "enquire-js": "^0.2.1",
...@@ -57,9 +57,7 @@ ...@@ -57,9 +57,7 @@
"react-dom": "^16.5.1", "react-dom": "^16.5.1",
"react-fittext": "^1.0.0", "react-fittext": "^1.0.0",
"react-media": "^1.8.0", "react-media": "^1.8.0",
"react-router-dom": "^4.3.1", "react-router-dom": "^4.3.1"
"umi-plugin-vcr": "^0.0.1-alpha.17",
"vcr-cli": "^0.0.1-alpha.19"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^16.7.7", "@types/react": "^16.7.7",
...@@ -95,7 +93,9 @@ ...@@ -95,7 +93,9 @@
"tslint-react": "^3.6.0", "tslint-react": "^3.6.0",
"umi": "^2.2.7", "umi": "^2.2.7",
"umi-plugin-ga": "^1.1.3", "umi-plugin-ga": "^1.1.3",
"umi-plugin-react": "^1.2.0" "umi-plugin-react": "^1.2.0",
"umi-plugin-vcr": "^0.0.1-alpha.17",
"vcr-cli": "^0.0.1-alpha.19"
}, },
"optionalDependencies": { "optionalDependencies": {
"puppeteer": "^1.10.0" "puppeteer": "^1.10.0"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment