Skip to content

Commit 5a253c8

Browse files
authored
Update webpack-cli to the latest version 🚀 (#116)
* chore(package): update webpack-cli to version 3.0.1 Closes #113 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile * chore: Update dependencies to latest ⬆️ Fixes #101 Fixes #112
1 parent c573ab0 commit 5a253c8

File tree

2 files changed

+335
-958
lines changed

2 files changed

+335
-958
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"jsdom-global": "^3.0.2",
8080
"marked": "^0.3.17",
8181
"mini-css-extract-plugin": "^0.4.0",
82-
"nyc": "^11.2.1",
82+
"nyc": "^12.0.1",
8383
"postcss": "^6.0.16",
8484
"postcss-cssnext": "^3.1.0",
8585
"postcss-import": "^11.0.0",
@@ -100,8 +100,8 @@
100100
"url-loader": "^1.0.1",
101101
"webpack": "^4.6.0",
102102
"webpack-bundle-analyzer": "^2.9.2",
103-
"webpack-cli": "^2.0.9",
104-
"webpack-serve": "^0.3.1",
103+
"webpack-cli": "^3.0.1",
104+
"webpack-serve": "^1.0.2",
105105
"why-did-you-update": "^0.1.1"
106106
},
107107
"peerDependencies": {

0 commit comments

Comments
 (0)