Skip to content

Commit cdc689e

Browse files
committed
Update babel monorepo
1 parent bb11c81 commit cdc689e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,18 @@
8282
"not dead"
8383
],
8484
"devDependencies": {
85-
"@babel/core": "7.10.5",
85+
"@babel/core": "7.11.1",
8686
"@babel/plugin-proposal-class-properties": "7.10.4",
87-
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
88-
"@babel/plugin-proposal-optional-chaining": "7.10.4",
87+
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
88+
"@babel/plugin-proposal-optional-chaining": "7.11.0",
8989
"@babel/plugin-syntax-dynamic-import": "7.8.3",
9090
"@babel/plugin-transform-modules-commonjs": "7.10.4",
9191
"@babel/polyfill": "7.10.4",
92-
"@babel/preset-env": "7.10.4",
92+
"@babel/preset-env": "7.11.0",
9393
"@babel/preset-react": "7.10.4",
9494
"@babel/preset-typescript": "7.10.4",
9595
"@babel/register": "7.10.5",
96-
"@babel/runtime": "7.10.5",
96+
"@babel/runtime": "7.11.2",
9797
"@types/enzyme": "3.10.5",
9898
"@types/graphql": "14.2.3",
9999
"@types/jest": "24.0.15",

src/client/mobile/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"react-native-paper": "2.16.0"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.10.5",
18-
"@babel/runtime": "7.10.5",
17+
"@babel/core": "7.11.1",
18+
"@babel/runtime": "7.11.2",
1919
"@babel/plugin-proposal-class-properties": "7.10.4",
20-
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
21-
"@babel/plugin-proposal-optional-chaining": "7.10.4",
20+
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
21+
"@babel/plugin-proposal-optional-chaining": "7.11.0",
2222
"@babel/plugin-syntax-dynamic-import": "7.8.3",
2323
"@babel/plugin-transform-modules-commonjs": "7.10.4",
2424
"@react-native-community/eslint-config": "0.0.5",

0 commit comments

Comments
 (0)