Skip to content

Commit 7c5369e

Browse files
committed
chore(deps): update babel monorepo
1 parent cb7946e commit 7c5369e

File tree

3 files changed

+384
-12
lines changed

3 files changed

+384
-12
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"node": ">=8.9.0"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "7.13.16",
16-
"@babel/core": "7.13.16",
15+
"@babel/cli": "7.14.3",
16+
"@babel/core": "7.14.3",
1717
"@babel/plugin-proposal-class-properties": "7.13.0",
18-
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
19-
"@babel/preset-env": "7.13.15",
18+
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
19+
"@babel/preset-env": "7.14.2",
2020
"@babel/preset-typescript": "7.13.0",
2121
"@types/jest": "^26.0.22",
2222
"@types/node": "^14.14.41",

packages/babel-preset-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"access": "public"
5555
},
5656
"devDependencies": {
57-
"@babel/core": "7.13.16",
57+
"@babel/core": "7.14.3",
5858
"@wpackio/eslint-config": "^6.3.0",
5959
"dts-gen": "0.6.0"
6060
}

0 commit comments

Comments
 (0)