mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-12 18:29:53 -05:00
fix(component-testing): Correctly specify @cypress/webpack-dev-server peerDependencies (#15820)
This commit is contained in:
@@ -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",
|
||||
@@ -43,4 +43,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user