Skip to content

Commit

Permalink
fix(component-testing): Correctly specify @cypress/webpack-dev-server…
Browse files Browse the repository at this point in the history
… peerDependencies (#15820)
  • Loading branch information
agg23 committed Apr 6, 2021
1 parent b0755e9 commit 519b29c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions npm/webpack-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"webpack-dev-server": "^3.11.0"
},
"peerDependencies": {
"html-webpack-plugin": ">=4",
"html-webpack-plugin": "^4.0.0",
"webpack": ">=4",
"webpack-dev-server": ">=4"
"webpack-dev-server": "^3.0.0"
},
"files": [
"dist",
Expand All @@ -43,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 519b29c

Please sign in to comment.