Merge pull request #26910 from woocommerce/renovate/babel-monorepo

Update babel monorepo to v7.10.4
This commit is contained in:
Peter Fabian 2020-07-14 13:02:59 +02:00 committed by GitHub
commit 84266d5f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1657 additions and 978 deletions

2625
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,11 +25,11 @@
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && node ./node_modules/husky/husky.js install"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.0",
"@babel/register": "7.9.0",
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/polyfill": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/register": "7.10.4",
"@jest/test-sequencer": "^25.0.0",
"@woocommerce/e2e-environment": "file:tests/e2e/env",
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",