Merge pull request #575 from brianlovin/dependabot/npm_and_yarn/cypress/browserify-preprocessor-3.0.1

Bump @cypress/browserify-preprocessor from 3.0.0 to 3.0.1
This commit is contained in:
Brian Lovin 2020-07-15 10:26:08 -06:00 committed by GitHub
commit 1d90bf1bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@
"@babel/core": "^7.10.5",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/preset-flow": "^7.10.4",
"@cypress/browserify-preprocessor": "^3.0.0",
"@cypress/browserify-preprocessor": "^3.0.1",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-define": "^2.0.0",

View file

@ -1704,10 +1704,10 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"
"@cypress/browserify-preprocessor@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-3.0.0.tgz#2d1fa6a96ed7130a1b172c540448a5955cbc1264"
integrity sha512-8CXLCKlXVUnad5TjwVswq4nwwWVyt5Z+HMgrFaD2yF7A62AA6OYDrShTQnG6M6+hr1cq1X4zYbo7VT4oxex5hA==
"@cypress/browserify-preprocessor@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-3.0.1.tgz#ab86335b0c061d11f5ad7df03f06b1877b836f71"
integrity sha512-sErmFSEr5287bLMRl0POGnyFtJCs/lSk5yxrUIJUIHZ8eDvtTEr0V93xRgLjJVG54gJU4MbpHy1mRPA9VZbtQA==
dependencies:
"@babel/core" "7.4.5"
"@babel/plugin-proposal-class-properties" "7.3.0"