Skip to content

Commit ce11f5b

Browse files
committed
chore(deps): update babel monorepo to v7.15.0
1 parent 73e1702 commit ce11f5b

File tree

3 files changed

+281
-16
lines changed

3 files changed

+281
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "7.14.8",
16-
"@babel/core": "7.14.8",
16+
"@babel/core": "7.15.0",
1717
"@babel/plugin-proposal-class-properties": "7.14.5",
1818
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
19-
"@babel/preset-env": "7.14.8",
20-
"@babel/preset-typescript": "7.14.5",
19+
"@babel/preset-env": "7.15.0",
20+
"@babel/preset-typescript": "7.15.0",
2121
"@types/jest": "^26.0.24",
2222
"@types/node": "^14.14.41",
2323
"babel-core": "7.0.0-bridge.0",

packages/babel-preset-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"access": "public"
5656
},
5757
"devDependencies": {
58-
"@babel/core": "7.14.8",
58+
"@babel/core": "7.15.0",
5959
"@wpackio/eslint-config": "^6.4.0",
6060
"dts-gen": "0.6.0"
6161
}

0 commit comments

Comments
 (0)