Skip to content

Commit 55f818b

Browse files
authoredJan 2, 2024
chore(deps-dev): bump the babel group with 3 updates (#1653)
Bumps the babel group with 3 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) and [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register). Updates `@babel/core` from 7.23.6 to 7.23.7 - [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.23.7/packages/babel-core) Updates `@babel/preset-env` from 7.23.6 to 7.23.7 - [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.23.7/packages/babel-preset-env) Updates `@babel/register` from 7.22.15 to 7.23.7 - [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.23.7/packages/babel-register) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/register" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 785d6d9 commit 55f818b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"spdx-satisfies": "~5.0.1"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "7.23.6",
52-
"@babel/preset-env": "7.23.6",
53-
"@babel/register": "7.22.15",
51+
"@babel/core": "7.23.7",
52+
"@babel/preset-env": "7.23.7",
53+
"@babel/register": "7.23.7",
5454
"@rollup/plugin-babel": "6.0.4",
5555
"@rollup/plugin-commonjs": "25.0.7",
5656
"@rollup/plugin-node-resolve": "15.2.3",

0 commit comments

Comments
 (0)
Please sign in to comment.