Skip to content

Commit 59e52a1

Browse files
Minor dependency updates
1 parent 4d035c0 commit 59e52a1

File tree

8 files changed

+760
-749
lines changed

8 files changed

+760
-749
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
"watch": "gulp watch"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.27.2",
22-
"@babel/core": "^7.27.7",
23-
"@babel/eslint-parser": "^7.27.5",
24-
"@babel/eslint-plugin-development": "^7.27.1",
25-
"@babel/plugin-transform-runtime": "^7.27.4",
26-
"@babel/preset-env": "^7.27.2",
27-
"@babel/preset-typescript": "^7.27.1",
28-
"@babel/runtime": "^7.27.6",
21+
"@babel/cli": "^7.28.6",
22+
"@babel/core": "^7.28.6",
23+
"@babel/eslint-parser": "^7.28.6",
24+
"@babel/eslint-plugin-development": "^7.28.6",
25+
"@babel/plugin-transform-runtime": "^7.28.5",
26+
"@babel/preset-env": "^7.28.6",
27+
"@babel/preset-typescript": "^7.28.5",
28+
"@babel/runtime": "^7.28.6",
2929
"@rollup/plugin-babel": "^5.3.1",
3030
"@rollup/plugin-json": "^4.1.0",
3131
"@rollup/plugin-node-resolve": "^11.2.1",
32-
"@types/babel__traverse": "^7.20.7",
33-
"@typescript-eslint/eslint-plugin": "^8.35.0",
34-
"@typescript-eslint/parser": "^8.35.0",
32+
"@types/babel__traverse": "^7.28.0",
33+
"@typescript-eslint/eslint-plugin": "^8.53.1",
34+
"@typescript-eslint/parser": "^8.53.1",
3535
"babel-jest": "^29.7.0",
3636
"chalk": "^3.0.0",
37-
"electron-to-chromium": "^1.5.177",
37+
"electron-to-chromium": "^1.5.278",
3838
"eslint": "^8.57.1",
39-
"eslint-formatter-codeframe": "^7.32.1",
39+
"eslint-formatter-codeframe": "^7.32.2",
4040
"eslint-plugin-import": "^2.32.0",
41-
"eslint-plugin-prettier": "^5.5.1",
41+
"eslint-plugin-prettier": "^5.5.5",
4242
"fancy-log": "^1.3.3",
4343
"gulp": "^4.0.2",
4444
"gulp-babel": "^8.0.0",
@@ -49,12 +49,12 @@
4949
"gulp-watch": "^5.0.1",
5050
"jest": "^27.5.1",
5151
"lerna": "^3.22.1",
52-
"lodash": "^4.17.21",
53-
"prettier": "^3.6.2",
52+
"lodash": "^4.17.23",
53+
"prettier": "^3.8.1",
5454
"rimraf": "^2.7.1",
5555
"rollup": "^2.79.2",
5656
"through2": "^2.0.5",
57-
"typescript": "^5.8.3"
57+
"typescript": "^5.9.3"
5858
},
5959
"resolutions": {
6060
"@lerna/npm-publish": "patch:@lerna/npm-publish@npm:3.18.5#.yarn-patches/@lerna/npm-publish.patch",

packages/babel-helper-define-polyfill-provider/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@
3333
"./package.json": "./package.json"
3434
},
3535
"dependencies": {
36-
"@babel/helper-compilation-targets": "^7.27.2",
37-
"@babel/helper-plugin-utils": "^7.27.1",
38-
"debug": "^4.4.1",
36+
"@babel/helper-compilation-targets": "^7.28.6",
37+
"@babel/helper-plugin-utils": "^7.28.6",
38+
"debug": "^4.4.3",
3939
"lodash.debounce": "^4.0.8",
40-
"resolve": "^1.22.10"
40+
"resolve": "^1.22.11"
4141
},
4242
"peerDependencies": {
4343
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
4444
},
4545
"devDependencies": {
46-
"@babel/cli": "^7.27.2",
47-
"@babel/core": "^7.27.7",
48-
"@babel/generator": "^7.27.5",
49-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
50-
"@babel/traverse": "^7.27.7",
46+
"@babel/cli": "^7.28.6",
47+
"@babel/core": "^7.28.6",
48+
"@babel/generator": "^7.28.6",
49+
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
50+
"@babel/traverse": "^7.28.6",
5151
"babel-loader": "^8.4.1",
5252
"rollup": "^2.79.2",
5353
"rollup-plugin-babel": "^4.4.0",

packages/babel-plugin-polyfill-corejs2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"babel-plugin"
2727
],
2828
"dependencies": {
29-
"@babel/compat-data": "^7.27.7",
29+
"@babel/compat-data": "^7.28.6",
3030
"@babel/helper-define-polyfill-provider": "workspace:^0.6.5",
3131
"semver": "^6.3.1"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.27.7",
34+
"@babel/core": "^7.28.6",
3535
"@babel/helper-plugin-test-runner": "^7.27.1",
3636
"@babel/plugin-transform-for-of": "^7.27.1",
37-
"@babel/plugin-transform-modules-commonjs": "^7.27.1"
37+
"@babel/plugin-transform-modules-commonjs": "^7.28.6"
3838
},
3939
"peerDependencies": {
4040
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"

packages/babel-plugin-polyfill-corejs3/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"core-js-compat": "^3.48.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.27.7",
33+
"@babel/core": "^7.28.6",
3434
"@babel/helper-plugin-test-runner": "^7.27.1",
35-
"@babel/plugin-proposal-decorators": "^7.27.1",
36-
"@babel/plugin-transform-class-properties": "^7.27.1",
37-
"@babel/plugin-transform-classes": "^7.27.7",
35+
"@babel/plugin-proposal-decorators": "^7.28.6",
36+
"@babel/plugin-transform-class-properties": "^7.28.6",
37+
"@babel/plugin-transform-classes": "^7.28.6",
3838
"@babel/plugin-transform-for-of": "^7.27.1",
39-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
40-
"@babel/plugin-transform-runtime": "^7.27.4",
41-
"@babel/plugin-transform-spread": "^7.27.1",
39+
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
40+
"@babel/plugin-transform-runtime": "^7.28.5",
41+
"@babel/plugin-transform-spread": "^7.28.6",
4242
"core-js": "^3.48.0",
4343
"core-js-pure": "^3.48.0"
4444
},

packages/babel-plugin-polyfill-es-shims/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/helper-define-polyfill-provider": "workspace:^0.6.5"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.27.7",
32+
"@babel/core": "^7.28.6",
3333
"@babel/helper-plugin-test-runner": "^7.27.1",
3434
"array.from": "^1.1.6",
3535
"math.clz32": "^1.0.3"

packages/babel-plugin-polyfill-regenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/helper-define-polyfill-provider": "workspace:^0.6.5"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.27.7",
32+
"@babel/core": "^7.28.6",
3333
"@babel/helper-plugin-test-runner": "^7.27.1",
3434
"@babel/plugin-transform-regenerator": "~7.14.5",
3535
"regenerator-runtime": "^0.14.1"

test/esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@babel-internal/test-esm",
44
"devDependencies": {
5-
"@babel/core": "^7.27.7",
5+
"@babel/core": "^7.28.6",
66
"babel-plugin-polyfill-corejs2": "workspace:*",
77
"babel-plugin-polyfill-corejs3": "workspace:*",
88
"babel-plugin-polyfill-es-shims": "workspace:*",

0 commit comments

Comments
 (0)