Skip to content

Commit 2b75b5f

Browse files
chore(deps): update babel monorepo
1 parent 01b3dad commit 2b75b5f

File tree

5 files changed

+902
-1008
lines changed

5 files changed

+902
-1008
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "yarn workspaces foreach -Ap run test"
1515
},
1616
"devDependencies": {
17-
"@babel/eslint-plugin-development": "^7.25.1",
17+
"@babel/eslint-plugin-development": "^7.27.1",
1818
"@changesets/cli": "^2.27.12",
1919
"@eslint/js": "^9.8.0",
2020
"@types/eslint": "^9.6.1",

packages/babel-plugin-node-cjs-interop/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"@babel/helper-validator-option": "^7.22.15"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "^7.24.8",
55-
"@babel/core": "^7.25.2",
56-
"@babel/helper-plugin-test-runner": "^7.24.7",
57-
"@babel/preset-env": "^7.25.3",
58-
"@babel/preset-typescript": "^7.24.7",
59-
"@babel/types": "^7.25.2",
54+
"@babel/cli": "^7.28.3",
55+
"@babel/core": "^7.28.4",
56+
"@babel/helper-plugin-test-runner": "^7.27.1",
57+
"@babel/preset-env": "^7.28.3",
58+
"@babel/preset-typescript": "^7.27.1",
59+
"@babel/types": "^7.28.4",
6060
"@jest/globals": "^29.7.0",
6161
"@types/babel__core": "^7.20.5",
6262
"@types/babel__helper-plugin-utils": "^7.10.3",

packages/node-cjs-interop-finder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"resolve": "^1.22.8"
4747
},
4848
"devDependencies": {
49-
"@babel/cli": "^7.24.8",
50-
"@babel/core": "^7.25.2",
51-
"@babel/preset-env": "^7.25.3",
52-
"@babel/preset-typescript": "^7.24.7",
49+
"@babel/cli": "^7.28.3",
50+
"@babel/core": "^7.28.4",
51+
"@babel/preset-env": "^7.28.3",
52+
"@babel/preset-typescript": "^7.27.1",
5353
"@jest/globals": "^29.7.0",
5454
"@types/node": "^20.14.14",
5555
"@types/resolve": "^1.20.6",

packages/node-cjs-interop/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
4646
},
4747
"devDependencies": {
48-
"@babel/cli": "^7.24.8",
49-
"@babel/core": "^7.25.2",
50-
"@babel/preset-env": "^7.25.3",
51-
"@babel/preset-typescript": "^7.24.7",
48+
"@babel/cli": "^7.28.3",
49+
"@babel/core": "^7.28.4",
50+
"@babel/preset-env": "^7.28.3",
51+
"@babel/preset-typescript": "^7.27.1",
5252
"@jest/globals": "^29.7.0",
5353
"babel-jest": "^29.7.0",
5454
"eslint": "^9.8.0",

0 commit comments

Comments
 (0)