Skip to content

Commit 8a4261b

Browse files
Bump the babel group with 4 updates
Bumps the babel group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3). Updates `@babel/core` from 7.28.5 to 7.28.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-core) Updates `@babel/preset-env` from 7.28.5 to 7.28.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-preset-env) Updates `@babel/runtime` from 7.28.4 to 7.28.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-runtime) Updates `@babel/runtime-corejs3` from 7.28.4 to 7.28.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-runtime-corejs3) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/preset-env" dependency-version: 7.28.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/runtime" dependency-version: 7.28.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/runtime-corejs3" dependency-version: 7.28.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a32f946 commit 8a4261b

2 files changed

Lines changed: 406 additions & 382 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"publish:canary": "npm version prerelease --preid=beta"
3232
},
3333
"dependencies": {
34-
"@babel/core": "^7.28.5",
34+
"@babel/core": "^7.29.0",
3535
"@babel/helper-plugin-utils": "^7.27.1",
3636
"@babel/plugin-proposal-class-properties": "^7.16.0",
3737
"@babel/plugin-proposal-decorators": "^7.29.0",
@@ -40,11 +40,11 @@
4040
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
4141
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4242
"@babel/plugin-transform-runtime": "^7.29.0",
43-
"@babel/preset-env": "^7.28.5",
43+
"@babel/preset-env": "^7.29.0",
4444
"@babel/preset-react": "^7.28.5",
4545
"@babel/preset-typescript": "^7.28.5",
46-
"@babel/runtime": "^7.28.4",
47-
"@babel/runtime-corejs3": "^7.28.4",
46+
"@babel/runtime": "^7.28.6",
47+
"@babel/runtime-corejs3": "^7.29.0",
4848
"babel-plugin-add-module-exports": "^1.0.4",
4949
"babel-plugin-lodash": "^3.3.4",
5050
"react-refresh": "^0.18.0"

0 commit comments

Comments
 (0)