Skip to content

Commit 90d43ae

Browse files
committed
chore(deps): update babel monorepo
1 parent 2c0835b commit 90d43ae

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,18 @@
103103
],
104104
"devDependencies": {
105105
"@apollo/react-testing": "3.1.4",
106-
"@babel/core": "7.5.5",
107-
"@babel/plugin-proposal-class-properties": "7.5.5",
108-
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
109-
"@babel/plugin-proposal-optional-chaining": "7.2.0",
110-
"@babel/plugin-syntax-dynamic-import": "7.2.0",
111-
"@babel/plugin-transform-modules-commonjs": "7.5.0",
112-
"@babel/polyfill": "7.4.4",
113-
"@babel/preset-env": "7.5.5",
114-
"@babel/preset-react": "7.0.0",
115-
"@babel/preset-typescript": "7.3.3",
116-
"@babel/register": "7.5.5",
117-
"@babel/runtime": "7.5.5",
106+
"@babel/core": "7.11.6",
107+
"@babel/plugin-proposal-class-properties": "7.10.4",
108+
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
109+
"@babel/plugin-proposal-optional-chaining": "7.11.0",
110+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
111+
"@babel/plugin-transform-modules-commonjs": "7.10.4",
112+
"@babel/polyfill": "7.11.5",
113+
"@babel/preset-env": "7.11.5",
114+
"@babel/preset-react": "7.10.4",
115+
"@babel/preset-typescript": "7.10.4",
116+
"@babel/register": "7.11.5",
117+
"@babel/runtime": "7.11.2",
118118
"@nestjs/cli": "6.6.4",
119119
"@types/enzyme": "3.10.3",
120120
"@types/graphql": "14.2.2",
@@ -124,9 +124,9 @@
124124
"@types/react": "16.8.20",
125125
"@types/react-transition-group": "2.9.2",
126126
"autoprefixer": "9.8.0",
127-
"babel-eslint": "10.0.2",
127+
"babel-eslint": "10.1.0",
128128
"babel-jest": "24.8.0",
129-
"babel-loader": "8.0.6",
129+
"babel-loader": "8.1.0",
130130
"body-parser": "1.19.0",
131131
"chalk": "2.4.2",
132132
"copy-webpack-plugin": "5.1.1",

src/client/mobile/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"react-native-paper": "2.16.0"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.5.5",
18-
"@babel/runtime": "7.5.5",
19-
"@babel/plugin-proposal-class-properties": "7.5.5",
20-
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
21-
"@babel/plugin-proposal-optional-chaining": "7.2.0",
22-
"@babel/plugin-syntax-dynamic-import": "7.2.0",
23-
"@babel/plugin-transform-modules-commonjs": "7.5.0",
17+
"@babel/core": "7.11.6",
18+
"@babel/runtime": "7.11.2",
19+
"@babel/plugin-proposal-class-properties": "7.10.4",
20+
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
21+
"@babel/plugin-proposal-optional-chaining": "7.11.0",
22+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
23+
"@babel/plugin-transform-modules-commonjs": "7.10.4",
2424
"react-native-eslint-config": "0.0.7",
2525
"babel-jest": "24.8.0",
2626
"babel-plugin-inline-import": "3.0.0",

0 commit comments

Comments
 (0)