resolve npm WARNs(included as both a dev and production dependency)

This commit is contained in:
ksakiyama
2018-09-02 10:51:12 +09:00
parent 7411582d9b
commit 38f27ba1d2
2 changed files with 50 additions and 21 deletions

View File

@@ -5,7 +5,6 @@
"dependencies": {
"autoprefixer": "7.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "8.0.1",
"babel-preset-react-app": "^3.1.2",
@@ -15,12 +14,6 @@
"chalk": "1.1.3",
"css-loader": "0.28.4",
"dotenv": "^4.0.0",
"eslint": "3.19.0",
"eslint-config-react-app": "^1.0.5",
"eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.34.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.1.0",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "2.0.0",
"fs-extra": "3.0.1",
@@ -66,6 +59,7 @@
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-react-app": "^1.0.5",
"eslint-loader": "^1.7.1",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^5.0.1",