Skip to content

Commit 9675393

Browse files
fix(deps): update babel monorepo
1 parent 73e1702 commit 9675393

File tree

3 files changed

+1267
-225
lines changed

3 files changed

+1267
-225
lines changed

Diff for: 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.14.8",
16-
"@babel/core": "7.14.8",
17-
"@babel/plugin-proposal-class-properties": "7.14.5",
18-
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
19-
"@babel/preset-env": "7.14.8",
20-
"@babel/preset-typescript": "7.14.5",
15+
"@babel/cli": "7.26.4",
16+
"@babel/core": "7.26.8",
17+
"@babel/plugin-proposal-class-properties": "7.18.6",
18+
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
19+
"@babel/preset-env": "7.26.8",
20+
"@babel/preset-typescript": "7.26.0",
2121
"@types/jest": "^26.0.24",
2222
"@types/node": "^14.14.41",
2323
"babel-core": "7.0.0-bridge.0",

Diff for: packages/babel-preset-base/package.json

+1-1
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.26.8",
5959
"@wpackio/eslint-config": "^6.4.0",
6060
"dts-gen": "0.6.0"
6161
}

0 commit comments

Comments
 (0)