Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/core from 7.23.5 to 7.24.7 (#588)
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.23.5 to 7.24.7.
- [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.7/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 3839cd8 commit ff4b60e
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 157 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"organization": true
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.23.5",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"browserify": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"publish": "npm publish --access public"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.24.7",
"@storybook/addon-a11y": "6.5.0-alpha.50",
"@storybook/addon-actions": "7.6.4",
"@storybook/addon-docs": "6.5.0-alpha.50",
Expand Down
Loading

0 comments on commit ff4b60e

Please sign in to comment.