Skip to content

Commit d078fc7

Browse files
Bump react-error-boundary from 5.0.0 to 6.0.0 (#86)
Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](bvaughn/react-error-boundary@5.0.0...6.0.0) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 515272d commit d078fc7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"classnames": "^2.5.1",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0",
19-
"react-error-boundary": "^5.0.0"
19+
"react-error-boundary": "^6.0.0"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.26.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3067,7 +3067,7 @@ __metadata:
30673067
jsdom: "npm:^26.1.0"
30683068
react: "npm:^19.1.0"
30693069
react-dom: "npm:^19.1.0"
3070-
react-error-boundary: "npm:^5.0.0"
3070+
react-error-boundary: "npm:^6.0.0"
30713071
typescript: "npm:~5.8.3"
30723072
typescript-eslint: "npm:^8.31.1"
30733073
vite: "npm:^6.3.4"
@@ -3484,14 +3484,14 @@ __metadata:
34843484
languageName: node
34853485
linkType: hard
34863486

3487-
"react-error-boundary@npm:^5.0.0":
3488-
version: 5.0.0
3489-
resolution: "react-error-boundary@npm:5.0.0"
3487+
"react-error-boundary@npm:^6.0.0":
3488+
version: 6.0.0
3489+
resolution: "react-error-boundary@npm:6.0.0"
34903490
dependencies:
34913491
"@babel/runtime": "npm:^7.12.5"
34923492
peerDependencies:
34933493
react: ">=16.13.1"
3494-
checksum: 10/8b68de3441bd3d50a2c8433f9c921ff02c691e920e268972ae002087b5080e38435c6f9b2198241683b7f4c6a6ed2f53bf593b83c42946f14daa00322b3c2909
3494+
checksum: 10/3de587be3e72bd3e32b3bd7769d09354b27ed94be580f33a80a85ddc8c1d1ed1cad90199bc24b22a7911ef1ebacc0163c664b2c395f7c37ffd493f59e6e5c9f9
34953495
languageName: node
34963496
linkType: hard
34973497

0 commit comments

Comments
 (0)