Skip to content

Commit 6d52d1c

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/plugin-syntax-import-assertions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-assertions), [@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/core` from 7.26.10 to 7.27.4 - [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.27.4/packages/babel-core) Updates `@babel/plugin-syntax-import-assertions` from 7.26.0 to 7.27.1 - [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.27.1/packages/babel-plugin-syntax-import-assertions) Updates `@babel/plugin-transform-runtime` from 7.26.10 to 7.27.4 - [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.27.4/packages/babel-plugin-transform-runtime) Updates `@babel/preset-env` from 7.26.9 to 7.27.2 - [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.27.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/plugin-syntax-import-assertions" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/plugin-transform-runtime" dependency-version: 7.27.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/preset-env" dependency-version: 7.27.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent efb74db commit 6d52d1c

2 files changed

Lines changed: 863 additions & 816 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
"workbox-window": "^7.3.0"
102102
},
103103
"devDependencies": {
104-
"@babel/core": "^7.26.8",
105-
"@babel/plugin-syntax-import-assertions": "^7.26.0",
106-
"@babel/plugin-transform-runtime": "^7.26.8",
107-
"@babel/preset-env": "^7.26.8",
104+
"@babel/core": "^7.27.4",
105+
"@babel/plugin-syntax-import-assertions": "^7.27.1",
106+
"@babel/plugin-transform-runtime": "^7.27.4",
107+
"@babel/preset-env": "^7.27.2",
108108
"@testing-library/jest-dom": "^6.6.3",
109109
"@testing-library/user-event": "^14.6.1",
110110
"@testing-library/vue": "^5",

0 commit comments

Comments
 (0)