Skip to content

Commit bb8774d

Browse files
authored
chore: Update compat-data (#14924)
1 parent 642adbc commit bb8774d

177 files changed

Lines changed: 3609 additions & 3710 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"babel-plugin-transform-charcodes": "^0.2.0",
4545
"chalk": "^5.0.0",
4646
"charcodes": "^0.2.0",
47-
"core-js": "^3.23.4",
47+
"core-js": "^3.25.1",
4848
"eslint": "^8.20.0",
4949
"eslint-formatter-codeframe": "^7.32.1",
5050
"eslint-import-resolver-node": "^0.3.6",
@@ -83,10 +83,10 @@
8383
"benchmark"
8484
],
8585
"resolutions": {
86-
"browserslist": "npm:4.20.2",
87-
"caniuse-lite": "npm:1.0.30001332",
88-
"core-js-compat": "npm:3.22.1",
89-
"electron-to-chromium": "npm:1.4.113",
86+
"browserslist": "npm:4.21.3",
87+
"caniuse-lite": "npm:1.0.30001397",
88+
"core-js-compat": "npm:3.25.1",
89+
"electron-to-chromium": "npm:1.4.248",
9090
"glob-watcher/chokidar": "npm:^3.4.0",
9191
"@types/babel__core": "link:./nope",
9292
"@types/babel__traverse": "link:./nope",

packages/babel-compat-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
],
3131
"devDependencies": {
3232
"@mdn/browser-compat-data": "^4.0.10",
33-
"core-js-compat": "^3.22.1",
34-
"electron-to-chromium": "^1.4.113"
33+
"core-js-compat": "^3.25.1",
34+
"electron-to-chromium": "^1.4.248"
3535
},
3636
"engines": {
3737
"node": ">=6.9.0"

packages/babel-helper-compilation-targets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@babel/compat-data": "workspace:^",
2626
"@babel/helper-validator-option": "workspace:^",
27-
"browserslist": "^4.20.2",
27+
"browserslist": "^4.21.3",
2828
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
2929
},
3030
"peerDependencies": {

packages/babel-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/register": "workspace:^",
2727
"commander": "^4.0.1",
28-
"core-js": "^3.22.1",
28+
"core-js": "^3.25.1",
2929
"node-environment-flags": "^1.0.5",
3030
"regenerator-runtime": "^0.13.4",
3131
"v8flags": "^3.1.1"

packages/babel-plugin-proposal-async-generator-functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"devDependencies": {
2929
"@babel/core": "workspace:^",
3030
"@babel/helper-plugin-test-runner": "workspace:^",
31-
"babel-plugin-polyfill-corejs3": "^0.5.3",
32-
"core-js-pure": "^3.20.2"
31+
"babel-plugin-polyfill-corejs3": "^0.6.0",
32+
"core-js-pure": "^3.25.1"
3333
},
3434
"engines": {
3535
"node": ">=6.9.0"

packages/babel-plugin-proposal-decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/traverse": "workspace:^",
3636
"@types/charcodes": "^0.2.0",
3737
"array.prototype.concat": "^1.0.2",
38-
"babel-plugin-polyfill-es-shims": "^0.7.0",
38+
"babel-plugin-polyfill-es-shims": "^0.7.1",
3939
"charcodes": "^0.2.0",
4040
"object.getownpropertydescriptors": "^2.1.1"
4141
},

packages/babel-plugin-proposal-duplicate-named-capturing-groups-regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@babel/core": "workspace:^",
3232
"@babel/helper-plugin-test-runner": "workspace:^",
33-
"core-js": "^3.22.1"
33+
"core-js": "^3.25.1"
3434
},
3535
"engines": {
3636
"node": ">=6.9.0"

packages/babel-plugin-transform-named-capturing-groups-regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@babel/core": "workspace:^",
3232
"@babel/helper-plugin-test-runner": "workspace:^",
33-
"core-js": "^3.22.1"
33+
"core-js": "^3.25.1"
3434
},
3535
"engines": {
3636
"node": ">=6.9.0"

packages/babel-plugin-transform-runtime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"dependencies": {
2323
"@babel/helper-module-imports": "workspace:^",
2424
"@babel/helper-plugin-utils": "workspace:^",
25-
"babel-plugin-polyfill-corejs2": "^0.3.2",
26-
"babel-plugin-polyfill-corejs3": "^0.5.3",
27-
"babel-plugin-polyfill-regenerator": "^0.4.0",
25+
"babel-plugin-polyfill-corejs2": "^0.3.3",
26+
"babel-plugin-polyfill-corejs3": "^0.6.0",
27+
"babel-plugin-polyfill-regenerator": "^0.4.1",
2828
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
2929
},
3030
"peerDependencies": {

0 commit comments

Comments
 (0)