Skip to content

Commit

Permalink
build(deps-dev): bump @babel/core from 7.22.11 to 7.23.0
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.22.11 to 7.23.0.
- [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.23.0/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]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 799b47f commit 86f0fe5
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 523 deletions.
2 changes: 1 addition & 1 deletion packages/components-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/core": "7.23.0",
"@mdx-js/react": "2.3.0",
"@storybook/addon-docs": "7.4.0",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lodash.chunk": "4.2.0"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/core": "7.23.0",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"storybook": "storybook dev --config-dir config/ --port 6006"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/core": "7.23.0",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.11",
Expand Down
Loading

0 comments on commit 86f0fe5

Please sign in to comment.