Bump Babel deps (#12078)

This commit is contained in:
Brian Ng
2020-09-18 13:07:48 -05:00
committed by GitHub
parent 1a8e7ff2ec
commit 37a02dfc0e
2 changed files with 58 additions and 58 deletions

View File

@@ -12,8 +12,8 @@
"version": "yarn --immutable-cache && git add yarn.lock"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.11.0",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/eslint-config-internal": "workspace:*",
"@babel/eslint-parser": "workspace:*",
"@babel/eslint-plugin-development": "workspace:*",
@@ -23,11 +23,11 @@
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-for-of": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.11.0",
"@babel/register": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",