Bump Babel deps (#9590)

This commit is contained in:
Brian Ng 2019-02-26 11:21:00 -06:00 committed by GitHub
parent 8f26f6df83
commit f1ab6120d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 232 additions and 247 deletions

View File

@ -115,9 +115,11 @@ module.exports = function(api) {
"packages/babel-runtime",
/[\\/]node_modules[\\/](?:@babel\/runtime|babel-runtime|core-js)[\\/]/,
],
plugins: [includeRuntime ? "@babel/transform-runtime" : null].filter(
Boolean
),
plugins: [
includeRuntime
? ["@babel/transform-runtime", { version: "7.3.4" }]
: null,
].filter(Boolean),
},
].filter(Boolean),
};

View File

@ -10,17 +10,17 @@
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/core": "^7.3.4",
"@babel/eslint-plugin-development": "^1.0.1",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.1",
"@babel/runtime": "^7.3.4",
"babel-eslint": "^11.0.0-beta.0",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.5",

461
yarn.lock

File diff suppressed because it is too large Load Diff