Skip to content

Commit

Permalink
build(deps-dev): bump @babel to latest versions (#6440)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump @babel/preset-env from 7.25.4 to 7.26.0

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.4 to 7.26.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.26.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump @babel packages to latest

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Delilah <23665803+goplayoutside3@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and goplayoutside3 authored Nov 6, 2024
1 parent 87db45e commit ade49c0
Show file tree
Hide file tree
Showing 6 changed files with 630 additions and 739 deletions.
12 changes: 6 additions & 6 deletions packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@babel/runtime": "~7.25.6",
"@babel/runtime": "~7.26.0",
"@sentry/browser": "~8.37.1",
"@visx/axis": "~3.10.1",
"@visx/brush": "~3.6.1",
Expand Down Expand Up @@ -63,11 +63,11 @@
"styled-components": "~5.x.x"
},
"devDependencies": {
"@babel/cli": "~7.23.0",
"@babel/core": "~7.23.0",
"@babel/eslint-parser": "~7.24.1",
"@babel/plugin-transform-runtime": "~7.25.4",
"@babel/preset-env": "~7.25.4",
"@babel/cli": "~7.25.9",
"@babel/core": "~7.26.0",
"@babel/eslint-parser": "~7.25.9",
"@babel/plugin-transform-runtime": "~7.25.9",
"@babel/preset-env": "~7.26.0",
"@babel/preset-react": "~7.25.9",
"@babel/register": "~7.25.9",
"@storybook/addon-a11y": "~7.6.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"styled-components": "5.x.x"
},
"devDependencies": {
"@babel/preset-env": "~7.25.4",
"@babel/preset-env": "~7.26.0",
"@babel/preset-react": "~7.25.9",
"@babel/register": "~7.25.9",
"@storybook/addon-a11y": "~7.6.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/lib-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"styled-components": "5.x.x"
},
"devDependencies": {
"@babel/cli": "~7.23.0",
"@babel/core": "~7.23.0",
"@babel/preset-env": "~7.25.4",
"@babel/cli": "~7.25.9",
"@babel/core": "~7.26.0",
"@babel/preset-env": "~7.26.0",
"@babel/preset-react": "~7.25.9",
"@babel/register": "~7.25.9",
"@storybook/addon-a11y": "~7.6.11",
Expand Down
10 changes: 5 additions & 5 deletions packages/lib-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"styled-components": "~5.x.x"
},
"devDependencies": {
"@babel/cli": "~7.23.0",
"@babel/core": "~7.23.2",
"@babel/eslint-parser": "~7.24.1",
"@babel/plugin-transform-runtime": "~7.25.4",
"@babel/preset-env": "~7.25.4",
"@babel/cli": "~7.25.9",
"@babel/core": "~7.26.0",
"@babel/eslint-parser": "~7.25.9",
"@babel/plugin-transform-runtime": "~7.25.9",
"@babel/preset-env": "~7.26.0",
"@babel/preset-react": "~7.25.9",
"@babel/register": "~7.25.9",
"@storybook/addon-a11y": "~7.6.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {},
"dependencies": {
"@babel/eslint-parser": "~7.24.1",
"@babel/eslint-parser": "~7.25.9",
"eslint-plugin-jsx-a11y": "~6.10.1",
"eslint-plugin-react": "~7.37.2",
"standard": "~17.1.0",
Expand Down
Loading

0 comments on commit ade49c0

Please sign in to comment.