Skip to content

Commit ff4b60e

Browse files
chore(deps-dev): bump @babel/core from 7.23.5 to 7.24.7 (#588)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3839cd8 commit ff4b60e

File tree

4 files changed

+291
-157
lines changed

4 files changed

+291
-157
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"organization": true
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.23.5",
36+
"@babel/core": "^7.24.7",
3737
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
3838
"@babel/preset-env": "^7.19.4",
3939
"@babel/preset-typescript": "^7.18.6",

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "ISC",
1919
"devDependencies": {
2020
"@babel/cli": "^7.12.10",
21-
"@babel/core": "^7.23.5",
21+
"@babel/core": "^7.24.7",
2222
"@babel/plugin-proposal-class-properties": "^7.12.1",
2323
"@babel/preset-env": "^7.12.11",
2424
"browserify": "^17.0.0",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"publish": "npm publish --access public"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "7.23.5",
18+
"@babel/core": "7.24.7",
1919
"@storybook/addon-a11y": "6.5.0-alpha.50",
2020
"@storybook/addon-actions": "7.6.4",
2121
"@storybook/addon-docs": "6.5.0-alpha.50",

0 commit comments

Comments
 (0)