Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @babel/core from 7.26.0 to 7.26.8 #6894

Merged
merged 1 commit into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading