Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/core from 7.26.0 to 7.26.8
Browse files Browse the repository at this point in the history
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.0 to 7.26.8.
- [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.8/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 9, 2025
1 parent a0ddfe3 commit d2df62e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/react-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@babel/cli": "7.26.4",
"@babel/core": "7.26.7",
"@babel/core": "7.26.8",
"@babel/preset-env": "7.26.8",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
Expand Down
51 changes: 41 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,26 +126,27 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.26.7, @babel/core@npm:^7.18.9":
version: 7.26.7
resolution: "@babel/core@npm:7.26.7"
"@babel/core@npm:7.26.8":
version: 7.26.8
resolution: "@babel/core@npm:7.26.8"
dependencies:
"@ampproject/remapping": ^2.2.0
"@babel/code-frame": ^7.26.2
"@babel/generator": ^7.26.5
"@babel/generator": ^7.26.8
"@babel/helper-compilation-targets": ^7.26.5
"@babel/helper-module-transforms": ^7.26.0
"@babel/helpers": ^7.26.7
"@babel/parser": ^7.26.7
"@babel/template": ^7.25.9
"@babel/traverse": ^7.26.7
"@babel/types": ^7.26.7
"@babel/parser": ^7.26.8
"@babel/template": ^7.26.8
"@babel/traverse": ^7.26.8
"@babel/types": ^7.26.8
"@types/gensync": ^1.0.0
convert-source-map: ^2.0.0
debug: ^4.1.0
gensync: ^1.0.0-beta.2
json5: ^2.2.3
semver: ^6.3.1
checksum: 017ad8db9939ba4cdf003540a5cb33242f139efe337f66041ed7f4876dccf30b297f11bd1c9d666a355bdba517d6a195c08774e7057816bb69361dc621193e42
checksum: 9d83fb7ad33467fc5ed841d24158d01b7c486ad399d7988232ab9edc6d9f92cd4d60b598ca717aeeb136feb48f7e289c247663c6a28e85dee92a39b2e97cc2e1
languageName: node
linkType: hard

Expand All @@ -172,6 +173,29 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.18.9":
version: 7.26.7
resolution: "@babel/core@npm:7.26.7"
dependencies:
"@ampproject/remapping": ^2.2.0
"@babel/code-frame": ^7.26.2
"@babel/generator": ^7.26.5
"@babel/helper-compilation-targets": ^7.26.5
"@babel/helper-module-transforms": ^7.26.0
"@babel/helpers": ^7.26.7
"@babel/parser": ^7.26.7
"@babel/template": ^7.25.9
"@babel/traverse": ^7.26.7
"@babel/types": ^7.26.7
convert-source-map: ^2.0.0
debug: ^4.1.0
gensync: ^1.0.0-beta.2
json5: ^2.2.3
semver: ^6.3.1
checksum: 017ad8db9939ba4cdf003540a5cb33242f139efe337f66041ed7f4876dccf30b297f11bd1c9d666a355bdba517d6a195c08774e7057816bb69361dc621193e42
languageName: node
linkType: hard

"@babel/eslint-parser@npm:^7.19.1":
version: 7.26.8
resolution: "@babel/eslint-parser@npm:7.26.8"
Expand Down Expand Up @@ -5062,6 +5086,13 @@ __metadata:
languageName: node
linkType: hard

"@types/gensync@npm:^1.0.0":
version: 1.0.4
resolution: "@types/gensync@npm:1.0.4"
checksum: 99c3aa0d3f1198973c7e51bea5947b815f3338ce89ce09a39ac8abb41cd844c5b95189da254ea45e50a395fe25fd215664d8ca76c5438814963597afb01f686e
languageName: node
linkType: hard

"@types/graceful-fs@npm:^4.1.3":
version: 4.1.5
resolution: "@types/graceful-fs@npm:4.1.5"
Expand Down Expand Up @@ -6363,7 +6394,7 @@ __metadata:
resolution: "@wireapp/react-ui-kit@workspace:packages/react-ui-kit"
dependencies:
"@babel/cli": 7.26.4
"@babel/core": 7.26.7
"@babel/core": 7.26.8
"@babel/preset-env": 7.26.8
"@babel/preset-react": 7.26.3
"@babel/preset-typescript": 7.26.0
Expand Down

0 comments on commit d2df62e

Please sign in to comment.