fix(component-testing): Correctly specify @cypress/webpack-dev-server peerDependencies (#15820)

This commit is contained in:
Adam Gastineau
2021-04-06 11:55:44 -07:00
committed by GitHub
parent b0755e9147
commit 519b29cb89
+3 -3
View File
@@ -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"
}
}
}