Skip to content

Commit 2dc0360

Browse files
Bump the babel group across 1 directory with 4 updates
Bumps the babel group with 4 updates in the / directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/runtime` from 7.27.6 to 7.28.3 - [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.3/packages/babel-runtime) Updates `@babel/core` from 7.28.0 to 7.28.3 - [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.3/packages/babel-core) Updates `@babel/plugin-transform-runtime` from 7.28.0 to 7.28.3 - [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.3/packages/babel-plugin-transform-runtime) Updates `@babel/preset-env` from 7.28.0 to 7.28.3 - [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.3/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.28.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/core" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/plugin-transform-runtime" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/preset-env" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13e04c6 commit 2dc0360

File tree

2 files changed

+88
-90
lines changed

2 files changed

+88
-90
lines changed

package-lock.json

Lines changed: 84 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Martin Hradil, Zita Pospisil Nemeckova",
66
"private": true,
77
"dependencies": {
8-
"@babel/runtime": "^7.27.6",
8+
"@babel/runtime": "^7.28.4",
99
"@lingui/core": "^5.1.2",
1010
"@lingui/react": "^5.1.2",
1111
"@patternfly/patternfly": "^5.4.2",
@@ -24,9 +24,9 @@
2424
"react-router": "^7.7.0"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.28.0",
28-
"@babel/plugin-transform-runtime": "^7.28.0",
29-
"@babel/preset-env": "^7.28.0",
27+
"@babel/core": "^7.28.4",
28+
"@babel/plugin-transform-runtime": "^7.28.3",
29+
"@babel/preset-env": "^7.28.3",
3030
"@babel/preset-react": "^7.27.1",
3131
"@babel/preset-typescript": "^7.27.1",
3232
"@lingui/babel-plugin-lingui-macro": "^5.1.2",

0 commit comments

Comments
 (0)