Skip to content

Commit

Permalink
fix: peer dependencies for webpack serve
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 11, 2020
1 parent 1648f34 commit 0e85469
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions packages/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"@webpack-cli/utils": "^1.0.1-alpha.5",
"chalk": "3.0.0",
"cross-spawn": "6.0.5",
"inquirer": "6.5.1",
"webpack-cli": "^4.0.0-beta.8",
"webpack-dev-server": "^3.9.0"
"inquirer": "6.5.1"
},
"devDependencies": {
"@types/cross-spawn": "6.0.0",
Expand All @@ -25,12 +23,8 @@
"typescript": "3.5.3"
},
"peerDependencies": {
"webpack-dev-server": ">=3.0.0"
},
"peerDependenciesMeta": {
"webpack-dev-server": {
"optional": false
}
"webpack-cli": "4.x.x",
"webpack-dev-server": "3.x.x || 4.x.x"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 0e85469

Please sign in to comment.