Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/core from 7.24.9 to 7.25.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.24.9 to 7.25.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.25.8/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>
  • Loading branch information
dependabot[bot] committed Oct 13, 2024
1 parent be8ecba commit 34b35b9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 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.25.7",
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
Expand Down
36 changes: 29 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,26 +124,26 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.25.7":
version: 7.25.7
resolution: "@babel/core@npm:7.25.7"
"@babel/core@npm:7.25.8":
version: 7.25.8
resolution: "@babel/core@npm:7.25.8"
dependencies:
"@ampproject/remapping": ^2.2.0
"@babel/code-frame": ^7.25.7
"@babel/generator": ^7.25.7
"@babel/helper-compilation-targets": ^7.25.7
"@babel/helper-module-transforms": ^7.25.7
"@babel/helpers": ^7.25.7
"@babel/parser": ^7.25.7
"@babel/parser": ^7.25.8
"@babel/template": ^7.25.7
"@babel/traverse": ^7.25.7
"@babel/types": ^7.25.7
"@babel/types": ^7.25.8
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: 80560a962ee3de022f665fc8cbd7fe479a1e3a07f0390afc9da7e4dff65bb073d8f6122688c3efc77f37aff7aeea8fd3c5df6abdbc259283ed7bc74c775c0fea
checksum: 77ddf693faf6997915e7bbe16e9f21ca1c0e58bc60ace9eac51c373b21d1b46ce50de650195c136a594b0e5fcb901ca17bb57c2d20bf175b3c325211138bcfde
languageName: node
linkType: hard

Expand Down Expand Up @@ -789,6 +789,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.25.8":
version: 7.25.8
resolution: "@babel/parser@npm:7.25.8"
dependencies:
"@babel/types": ^7.25.8
bin:
parser: ./bin/babel-parser.js
checksum: c33f6d26542f156927c5dbe131265c791177d271e582338e960f803903086ec5c152bf25deae5f4c061b7bee14dc0b5fd2882ccb5a21c16ee0738d24fcc0406e
languageName: node
linkType: hard

"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.7"
Expand Down Expand Up @@ -2031,6 +2042,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.25.8":
version: 7.25.8
resolution: "@babel/types@npm:7.25.8"
dependencies:
"@babel/helper-string-parser": ^7.25.7
"@babel/helper-validator-identifier": ^7.25.7
to-fast-properties: ^2.0.0
checksum: 93d84858e820dbfa0fc4882b3ba6a421544d224ee61455a58eed0af9fc3518b30dc2166b8ba48cdd2e91083c5885ed773c36acf46d177b7b1fad9c35b6eb7639
languageName: node
linkType: hard

"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
Expand Down Expand Up @@ -5710,7 +5732,7 @@ __metadata:
resolution: "@wireapp/react-ui-kit@workspace:packages/react-ui-kit"
dependencies:
"@babel/cli": 7.25.7
"@babel/core": 7.25.7
"@babel/core": 7.25.8
"@babel/preset-env": 7.25.8
"@babel/preset-react": 7.25.7
"@babel/preset-typescript": 7.25.7
Expand Down

0 comments on commit 34b35b9

Please sign in to comment.