Skip to content

Commit 9def2e4

Browse files
Bump @babel/core from 7.23.9 to 7.26.10 (#72)
* Bump @babel/core from 7.23.9 to 7.26.10 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.9 to 7.26.10. - [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.26.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * remove resolutions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EddeCCC <eduard.schander@gmx.de>
1 parent 5bb2b68 commit 9def2e4

2 files changed

Lines changed: 46 additions & 186 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@babel/cli": "^7.23.9",
31-
"@babel/core": "^7.23.9",
31+
"@babel/core": "^7.26.10",
3232
"@babel/plugin-transform-runtime": "^7.26.10",
3333
"@babel/preset-env": "^7.23.9",
3434
"@babel/runtime": "^7.27.0",
@@ -42,9 +42,6 @@
4242
"webpack-cli": "^6.0.1",
4343
"webpack-merge": "^5.10.0"
4444
},
45-
"resolutions": {
46-
"@babel/helpers": "^7.26.10"
47-
},
4845
"prettier": {
4946
"singleQuote": true
5047
}

0 commit comments

Comments
 (0)