Build(deps): Bump the babel group with 2 updates (#25939)

* Build(deps): Bump the babel group with 2 updates

Bumps the babel group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone).


Updates `@babel/core` from 7.23.9 to 7.24.0
- [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.24.0/packages/babel-core)

Updates `@babel/standalone` from 7.23.10 to 7.24.0
- [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.24.0/packages/babel-standalone)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: babel
- dependency-name: "@babel/standalone"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <support@github.com>

* Clean up accidentally duplicated deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
dependabot[bot]
2024-02-29 00:27:17 +01:00
committed by GitHub
parent df4197c8b8
commit 9acb4f55f2
12 changed files with 63 additions and 56 deletions

View File

@@ -8,7 +8,7 @@
"ember-addon"
],
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.24.0",
"deprecation-silencer": "1.0.0",
"discourse-widget-hbs": "1.0.0",
"ember-cli-babel": "^8.2.0",
@@ -17,7 +17,6 @@
"ember-this-fallback": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"ember-cli": "~5.6.0",
"webpack": "^5.90.3"
},