Skip to content

Commit

Permalink
build(deps): bump @babel/runtime in the non-major-dependencies group
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group with 1 update: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/runtime` from 7.24.8 to 7.25.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.25.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ivangabriele committed Aug 2, 2024
1 parent 348eb49 commit 554e667
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:unit:watch": "yarn test:unit --watch"
},
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@tanstack/react-table": "8.19.3",
"@tanstack/react-virtual": "beta",
"prop-types": "15.8.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2003,12 +2003,12 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:7.24.8":
version: 7.24.8
resolution: "@babel/runtime@npm:7.24.8"
"@babel/runtime@npm:7.25.0":
version: 7.25.0
resolution: "@babel/runtime@npm:7.25.0"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: f24b30af6b3ecae19165b3b032f9bc37b2d1769677bd63b69a6f81061967cfc847aa822518402ea6616b1d301d7eb46986b99c9f69cdb5880834fca2e6b34881
checksum: bd3faf246170826cef2071a94d7b47b49d532351360ecd17722d03f6713fd93a3eb3dbd9518faa778d5e8ccad7392a7a604e56bd37aaad3f3aa68d619ccd983d
languageName: node
linkType: hard

Expand Down Expand Up @@ -3308,7 +3308,7 @@ __metadata:
"@babel/preset-env": "npm:7.24.7"
"@babel/preset-react": "npm:7.24.7"
"@babel/preset-typescript": "npm:7.24.7"
"@babel/runtime": "npm:7.24.8"
"@babel/runtime": "npm:7.25.0"
"@chrisneedham/rollup-plugin-peer-deps-external": "npm:2.3.1"
"@commitlint/cli": "npm:19.3.0"
"@commitlint/config-conventional": "npm:19.2.2"
Expand Down

0 comments on commit 554e667

Please sign in to comment.