Skip to content

Commit 036ac8d

Browse files
taneliangkoto
authored andcommitted
Upgrade all @babel/* packages to fix DevTools builds on newer Node versions (facebook#19647)
1 parent 0826d19 commit 036ac8d

File tree

6 files changed

+933
-471
lines changed

6 files changed

+933
-471
lines changed

package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
"packages/*"
55
],
66
"devDependencies": {
7-
"@babel/cli": "^7.8.0",
8-
"@babel/code-frame": "^7.8.0",
9-
"@babel/core": "^7.8.0",
10-
"@babel/helper-module-imports": "^7.8.0",
11-
"@babel/parser": "^7.8.0",
12-
"@babel/plugin-external-helpers": "^7.8.0",
13-
"@babel/plugin-proposal-class-properties": "^7.8.0",
14-
"@babel/plugin-proposal-object-rest-spread": "^7.8.0",
15-
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
16-
"@babel/plugin-syntax-jsx": "^7.8.0",
17-
"@babel/plugin-transform-arrow-functions": "^7.8.0",
18-
"@babel/plugin-transform-async-to-generator": "^7.8.0",
19-
"@babel/plugin-transform-block-scoped-functions": "^7.8.0",
20-
"@babel/plugin-transform-block-scoping": "^7.8.0",
21-
"@babel/plugin-transform-classes": "^7.8.0",
22-
"@babel/plugin-transform-computed-properties": "^7.8.0",
23-
"@babel/plugin-transform-destructuring": "^7.8.0",
24-
"@babel/plugin-transform-for-of": "^7.8.0",
25-
"@babel/plugin-transform-literals": "^7.8.0",
26-
"@babel/plugin-transform-modules-commonjs": "^7.8.0",
27-
"@babel/plugin-transform-object-super": "^7.8.0",
28-
"@babel/plugin-transform-parameters": "^7.8.0",
29-
"@babel/plugin-transform-react-jsx-source": "^7.8.0",
30-
"@babel/plugin-transform-shorthand-properties": "^7.8.0",
31-
"@babel/plugin-transform-spread": "^7.8.0",
32-
"@babel/plugin-transform-template-literals": "^7.8.0",
33-
"@babel/preset-flow": "^7.8.0",
34-
"@babel/preset-react": "^7.8.0",
35-
"@babel/traverse": "^7.8.0",
7+
"@babel/cli": "^7.10.5",
8+
"@babel/code-frame": "^7.10.4",
9+
"@babel/core": "^7.11.1",
10+
"@babel/helper-module-imports": "^7.10.4",
11+
"@babel/parser": "^7.11.3",
12+
"@babel/plugin-external-helpers": "^7.10.4",
13+
"@babel/plugin-proposal-class-properties": "^7.10.4",
14+
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
15+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16+
"@babel/plugin-syntax-jsx": "^7.10.4",
17+
"@babel/plugin-transform-arrow-functions": "^7.10.4",
18+
"@babel/plugin-transform-async-to-generator": "^7.10.4",
19+
"@babel/plugin-transform-block-scoped-functions": "^7.10.4",
20+
"@babel/plugin-transform-block-scoping": "^7.11.1",
21+
"@babel/plugin-transform-classes": "^7.10.4",
22+
"@babel/plugin-transform-computed-properties": "^7.10.4",
23+
"@babel/plugin-transform-destructuring": "^7.10.4",
24+
"@babel/plugin-transform-for-of": "^7.10.4",
25+
"@babel/plugin-transform-literals": "^7.10.4",
26+
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
27+
"@babel/plugin-transform-object-super": "^7.10.4",
28+
"@babel/plugin-transform-parameters": "^7.10.5",
29+
"@babel/plugin-transform-react-jsx-source": "^7.10.5",
30+
"@babel/plugin-transform-shorthand-properties": "^7.10.4",
31+
"@babel/plugin-transform-spread": "^7.11.0",
32+
"@babel/plugin-transform-template-literals": "^7.10.5",
33+
"@babel/preset-flow": "^7.10.4",
34+
"@babel/preset-react": "^7.10.4",
35+
"@babel/traverse": "^7.11.0",
3636
"@mattiasbuelens/web-streams-polyfill": "^0.3.2",
3737
"art": "0.10.1",
3838
"babel-eslint": "^10.0.3",

packages/react-devtools-extensions/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"test:edge": "node ./edge/test"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "^7.1.6",
22-
"@babel/plugin-proposal-class-properties": "^7.1.0",
23-
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
24-
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
25-
"@babel/preset-env": "^7.1.6",
26-
"@babel/preset-flow": "^7.0.0",
27-
"@babel/preset-react": "^7.0.0",
21+
"@babel/core": "^7.11.1",
22+
"@babel/plugin-proposal-class-properties": "^7.10.4",
23+
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
24+
"@babel/plugin-transform-react-jsx-source": "^7.10.5",
25+
"@babel/preset-env": "^7.11.0",
26+
"@babel/preset-flow": "^7.10.4",
27+
"@babel/preset-react": "^7.10.4",
2828
"archiver": "^3.0.0",
2929
"babel-core": "^7.0.0-bridge",
3030
"babel-eslint": "^9.0.0",

packages/react-devtools-inline/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
},
2323
"dependencies": {},
2424
"devDependencies": {
25-
"@babel/core": "^7.1.6",
26-
"@babel/plugin-proposal-class-properties": "^7.1.0",
27-
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
28-
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
29-
"@babel/preset-env": "^7.1.6",
30-
"@babel/preset-flow": "^7.0.0",
31-
"@babel/preset-react": "^7.0.0",
25+
"@babel/core": "^7.11.1",
26+
"@babel/plugin-proposal-class-properties": "^7.10.4",
27+
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
28+
"@babel/plugin-transform-react-jsx-source": "^7.10.5",
29+
"@babel/preset-env": "^7.11.0",
30+
"@babel/preset-flow": "^7.10.4",
31+
"@babel/preset-react": "^7.10.4",
3232
"babel-core": "^7.0.0-bridge",
3333
"babel-eslint": "^9.0.0",
3434
"babel-loader": "^8.0.4",

packages/react-devtools-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react-dom-15": "npm:react-dom@^15"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.0.0",
10+
"@babel/runtime": "^7.11.2",
1111
"@reach/menu-button": "^0.1.17",
1212
"@reach/tooltip": "^0.2.2",
1313
"clipboard-js": "^0.3.6",

packages/react-devtools-shell/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"react-native-web": "0.0.0-26873b469"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.1.6",
16-
"@babel/plugin-proposal-class-properties": "^7.1.0",
17-
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
18-
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
19-
"@babel/preset-env": "^7.1.6",
20-
"@babel/preset-flow": "^7.0.0",
21-
"@babel/preset-react": "^7.0.0",
15+
"@babel/core": "^7.11.1",
16+
"@babel/plugin-proposal-class-properties": "^7.10.4",
17+
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
18+
"@babel/plugin-transform-react-jsx-source": "^7.10.5",
19+
"@babel/preset-env": "^7.11.0",
20+
"@babel/preset-flow": "^7.10.4",
21+
"@babel/preset-react": "^7.10.4",
2222
"babel-core": "^7.0.0-bridge",
2323
"babel-eslint": "^9.0.0",
2424
"babel-loader": "^8.0.4",

0 commit comments

Comments
 (0)