Merge branch 'master' into develop

This commit is contained in:
Jessica Sachs
2020-10-30 00:59:29 +00:00
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
# [@cypress/webpack-preprocessor-v5.4.9](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.4.8...@cypress/webpack-preprocessor-v5.4.9) (2020-10-29)
### Bug Fixes
* update bugs link in package.json ([#9015](https://github.com/cypress-io/cypress/issues/9015)) ([34186cb](https://github.com/cypress-io/cypress/commit/34186cb8b76c230a2506cabb0358d44c3205e0c4))
* **webpack-preprocessor:** fix webpack preprocessor potential race condition ([#8976](https://github.com/cypress-io/cypress/issues/8976)) ([5e0e5d8](https://github.com/cypress-io/cypress/commit/5e0e5d8ece2909b2436eb563b39f22e2723ddf98))
# [@cypress/webpack-preprocessor-v5.4.8](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.4.7...@cypress/webpack-preprocessor-v5.4.8) (2020-10-15)

View File

@@ -7,6 +7,7 @@
"scripts": {
"ban": "ban",
"build": "rm -rf dist && tsc",
"build-prod": "yarn build",
"deps": "deps-ok && dependency-check --no-dev .",
"license": "license-checker --production --onlyunknown --csv",
"secure": "nsp check",