Skip to content

Commit

Permalink
chore(package): update webpack-dev-middleware v1.12.0...2.0.6 (`dep…
Browse files Browse the repository at this point in the history
…endencies`) (#318)

BREAKING CHANGE: requires `webpack >= v2.0.0`
BREAKING CHANGE: requires `node >= 6.9.0`
  • Loading branch information
limonte authored and michael-ciniawsky committed Mar 19, 2018
1 parent 5c34133 commit 0c78eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"release": "standard-version"
},
"peerDependencies": {
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
"webpack": "^2.2.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"async": "^2.0.0",
"babel-runtime": "^6.0.0",
"loader-utils": "^1.0.0",
"lodash": "^4.0.0",
"source-map": "^0.5.6",
"webpack-dev-middleware": "^1.12.0"
"webpack-dev-middleware": "^2.0.6"
},
"devDependencies": {
"babel-cli": "^6.0.0",
Expand Down

0 comments on commit 0c78eaf

Please sign in to comment.