Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 9555897

Browse files
committed
Remove unnecessary devDependencies due to webpack removal
1 parent a3b72dc commit 9555897

File tree

2 files changed

+115
-948
lines changed

2 files changed

+115
-948
lines changed

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"prop-types": "^15.7.2",
4343
"react": "^16.12.0",
4444
"react-dom": "^16.12.0",
45-
"react-list": "^0.8.13",
46-
"url-loader": "^3.0.0"
45+
"react-list": "^0.8.13"
4746
},
4847
"peerDependencies": {
4948
"react": "^0.14 || ^15.0.0-rc || >=15.0"
@@ -58,7 +57,6 @@
5857
"autoprefixer": "^9.7.3",
5958
"babel-eslint": "^10.0.3",
6059
"babel-loader": "^8.0.6",
61-
"clean-webpack-plugin": "^3.0.0",
6260
"css-loader": "^3.2.0",
6361
"enzyme": "^3.11.0",
6462
"enzyme-adapter-react-16": "^1.15.2",
@@ -69,21 +67,16 @@
6967
"eslint-plugin-jsx-a11y": "^6.2.3",
7068
"eslint-plugin-prettier": "^3.1.2",
7169
"eslint-plugin-react": "^7.17.0",
72-
"html-webpack-plugin": "^3.2.0",
7370
"jest": "^24.9.0",
74-
"mini-css-extract-plugin": "^0.9.0",
75-
"node-sass": "^4.13.0",
7671
"postcss": "^7.0.25",
7772
"postcss-cli": "^6.1.3",
7873
"postcss-import": "^12.0.1",
7974
"postcss-loader": "^3.0.0",
8075
"precss": "^4.0.0",
8176
"prettier": "^1.19.1",
8277
"react-styleguidist": "^10.4.0",
83-
"sass-loader": "^8.0.0",
8478
"style-loader": "^1.0.0",
85-
"webpack": "^4.31.0",
86-
"webpack-cli": "^3.3.2",
87-
"webpack-dev-server": "^3.8.1"
79+
"url-loader": "^3.0.0",
80+
"webpack": "^4.41.5"
8881
}
8982
}

0 commit comments

Comments
 (0)