Skip to content

Commit 44dfb99

Browse files
build(deps): bump @babel/preset-env to >= 7.9.0
Node v13.13.0 introduced a change that is incompatible with `@babel/preset-env` versions `< 7.9.0`. See: * nodejs/node#32351 * nodejs/node#32852 * babel/babel#11283 Bump our direct dependencies to `7.9.5` and manually cause additional bumps in `yarn.lock` that result in all versions of `@babel/preset-env` installed in the monorepo's `node_modules` trees being `>= 7.9.0`.
1 parent 92bad92 commit 44dfb99

File tree

3 files changed

+362
-141
lines changed

3 files changed

+362
-141
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/plugin-proposal-optional-chaining": "7.7.4",
1111
"@babel/plugin-syntax-dynamic-import": "7.7.4",
1212
"@babel/plugin-transform-runtime": "7.7.4",
13-
"@babel/preset-env": "7.8.7",
13+
"@babel/preset-env": "7.9.5",
1414
"@babel/preset-typescript": "7.7.4",
1515
"@typescript-eslint/parser": "2.20.0",
1616
"babel-eslint": "10.0.3",

packages/plugins/basic-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@babel/plugin-transform-destructuring": "7.7.4",
6464
"@babel/plugin-transform-flow-strip-types": "7.7.4",
6565
"@babel/plugin-transform-runtime": "7.7.4",
66-
"@babel/preset-env": "7.8.7",
66+
"@babel/preset-env": "7.9.5",
6767
"@babel/preset-react": "7.7.4",
6868
"@babel/preset-typescript": "7.7.4",
6969
"@babel/runtime-corejs3": "7.8.4",

0 commit comments

Comments
 (0)