fix ci
Showing
... | ... | @@ -23,8 +23,6 @@ |
"dependencies": { | ||
"@antv/data-set": "^0.8.0", | ||
"@babel/polyfill": "^7.0.0-beta.36", | ||
"@types/react": "^16.3.8", | ||
"@types/react-dom": "^16.0.5", | ||
"antd": "^3.4.3", | ||
"antd-theme-webpack-plugin": "^1.0.8", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
... | ... | @@ -53,6 +51,8 @@ |
"url-polyfill": "^1.0.10" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.3.8", | ||
"@types/react-dom": "^16.0.5", | ||
"babel-eslint": "^8.1.2", | ||
"babel-plugin-dva-hmr": "^0.4.1", | ||
"babel-plugin-import": "^1.6.7", | ||
... | ... | @@ -84,7 +84,7 @@ |
"stylelint-config-standard": "^18.0.0" | ||
}, | ||
"optionalDependencies": { | ||
"puppeteer": "^1.1.1" | ||
"puppeteer": "^1.3.0" | ||
}, | ||
"lint-staged": { | ||
"**/*.{js,jsx,less}": [ | ||
... | ... |
Please register or sign in to comment