Skip to content

Commit 5df5da3

Browse files
committed
fix(package.json): Upgrade the dependencies to the latest
Upgraded Webpack loaders and fs-extra BREAKING CHANGE: react-dev-utils is incompatible with the old one, therefore it is containing a potential breaking change.
1 parent 07c5ceb commit 5df5da3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,30 @@
3232
"cross-spawn": "^6.0.5",
3333
"css-loader": "^0.28.9",
3434
"dotenv": "^5.0.0",
35-
"elm": "^0.18.0",
35+
"elm": "~0.18.0",
3636
"elm-hot-loader": "0.5.4",
3737
"elm-test": "^0.18.12",
3838
"elm-webpack-loader": "^4.5.0",
3939
"file-loader": "^1.1.11",
40-
"fs-extra": "^5.0.0",
40+
"fs-extra": "^6.0.1",
4141
"html-webpack-plugin": "^3.0.7",
4242
"http-proxy-middleware": "^0.17.4",
43-
"mini-css-extract-plugin": "^0.2.0",
43+
"mini-css-extract-plugin": "^0.4.0",
4444
"minimist": "1.2.0",
4545
"postcss-flexbugs-fixes": "^3.3.0",
46-
"postcss-loader": "2.1.0",
46+
"postcss-loader": "2.1.5",
4747
"prompt": "1.0.0",
48-
"react-dev-utils": "^5.0.0",
48+
"react-dev-utils": "6.0.0-next.3e165448",
4949
"react-error-overlay": "^4.0.0",
5050
"string-replace-loader": "^2.1.1",
51-
"style-loader": "^0.20.3",
51+
"style-loader": "^0.21.0",
5252
"sw-precache-webpack-plugin": "^0.11.5",
5353
"uglifyjs-webpack-plugin": "^1.2.4",
5454
"url-loader": "^1.0.1",
5555
"webpack": "^4.2.0",
5656
"webpack-dev-server": "^3.1.1",
57-
"webpack-manifest-plugin": "^2.0.0-rc.2"
57+
"webpack-manifest-plugin": "^2.0.3",
58+
"whatwg-fetch": "2.0.4"
5859
},
5960
"devDependencies": {
6061
"babel-eslint": "^8.2.1",

0 commit comments

Comments
 (0)