Skip to content

Commit e124443

Browse files
committed
chore(deps): update babel monorepo to v7.14.2
1 parent bfebee6 commit e124443

File tree

3 files changed

+368
-7
lines changed

3 files changed

+368
-7
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "7.13.16",
16-
"@babel/core": "7.13.16",
16+
"@babel/core": "7.14.2",
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",

Diff for: 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.2",
5858
"@wpackio/eslint-config": "^6.0.1",
5959
"dts-gen": "0.6.0"
6060
}

0 commit comments

Comments
 (0)