Skip to content

Commit 0b293e9

Browse files
authored
Fix CI build (#8122)
1 parent b19bffe commit 0b293e9

File tree

6 files changed

+506
-453
lines changed

6 files changed

+506
-453
lines changed

packages/babel-preset-react-app/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.7.4",
24+
"@babel/core": "7.7.5",
2525
"@babel/plugin-proposal-class-properties": "7.7.4",
2626
"@babel/plugin-proposal-decorators": "7.7.4",
2727
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
2828
"@babel/plugin-proposal-numeric-separator": "7.7.4",
2929
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
30-
"@babel/plugin-proposal-optional-chaining": "7.7.4",
30+
"@babel/plugin-proposal-optional-chaining": "7.7.5",
3131
"@babel/plugin-syntax-dynamic-import": "7.7.4",
3232
"@babel/plugin-transform-destructuring": "7.7.4",
3333
"@babel/plugin-transform-flow-strip-types": "7.7.4",
3434
"@babel/plugin-transform-react-display-name": "7.7.4",
35-
"@babel/plugin-transform-runtime": "7.7.4",
36-
"@babel/preset-env": "7.7.4",
35+
"@babel/plugin-transform-runtime": "7.7.6",
36+
"@babel/preset-env": "7.7.6",
3737
"@babel/preset-react": "7.7.4",
3838
"@babel/preset-typescript": "7.7.4",
39-
"@babel/runtime": "7.7.4",
39+
"@babel/runtime": "7.7.6",
4040
"babel-plugin-dynamic-import-node": "2.3.0",
41-
"babel-plugin-macros": "2.7.1",
41+
"babel-plugin-macros": "2.8.0",
4242
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
4343
}
4444
}

0 commit comments

Comments
 (0)