Skip to content

Commit 6fd7c75

Browse files
committed
chore(deps): update babel monorepo to v7.14.5
1 parent cb7946e commit 6fd7c75

File tree

3 files changed

+872
-23
lines changed

3 files changed

+872
-23
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"node": ">=8.9.0"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "7.13.16",
16-
"@babel/core": "7.13.16",
17-
"@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",
20-
"@babel/preset-typescript": "7.13.0",
15+
"@babel/cli": "7.14.5",
16+
"@babel/core": "7.14.5",
17+
"@babel/plugin-proposal-class-properties": "7.14.5",
18+
"@babel/plugin-proposal-object-rest-spread": "7.14.5",
19+
"@babel/preset-env": "7.14.5",
20+
"@babel/preset-typescript": "7.14.5",
2121
"@types/jest": "^26.0.22",
2222
"@types/node": "^14.14.41",
2323
"babel-core": "7.0.0-bridge.0",

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

0 commit comments

Comments
 (0)