Merge branch 'master' into develop

This commit is contained in:
Adam Gastineau
2021-04-06 18:56:20 +00:00
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
# [@cypress/react-v5.3.2](https://github.com/cypress-io/cypress/compare/@cypress/react-v5.3.1...@cypress/react-v5.3.2) (2021-04-06)
### Bug Fixes
* make cypress/react public ([#15799](https://github.com/cypress-io/cypress/issues/15799)) ([df8cb03](https://github.com/cypress-io/cypress/commit/df8cb0345f7b09f393b442ac9b9cbc549eee0f23))
# [@cypress/react-v5.3.1](https://github.com/cypress-io/cypress/compare/@cypress/react-v5.3.0...@cypress/react-v5.3.1) (2021-04-06)
+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"
}
}
}