Skip to content

Commit

Permalink
build(deps): bump react-error-boundary from 4.0.13 to 4.1.1 (#262)
Browse files Browse the repository at this point in the history
Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.0.13 to 4.1.1.
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@4.0.13...4.1.1)

---
updated-dependencies:
- dependency-name: react-error-boundary
  dependency-type: direct:production
  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>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent ee5d6a3 commit 52cc1e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"polkadot-api": "^1.7.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-error-boundary": "^4.1.1",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4977,7 +4977,7 @@ __metadata:
polkadot-api: "npm:^1.7.3"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-error-boundary: "npm:^4.0.13"
react-error-boundary: "npm:^4.1.1"
react-hot-toast: "npm:^2.4.1"
typescript: "npm:^5.6.3"
vite: "npm:^5.4.11"
Expand Down Expand Up @@ -16540,6 +16540,17 @@ __metadata:
languageName: node
linkType: hard

"react-error-boundary@npm:^4.1.1":
version: 4.1.1
resolution: "react-error-boundary@npm:4.1.1"
dependencies:
"@babel/runtime": "npm:^7.12.5"
peerDependencies:
react: ">=16.13.1"
checksum: 10c0/0faa4236833a5d98844f84180c8f54316b555bb3e1b38b37d59e6edf8baa754c4fad4570155dc49de61558a0e912fb7143554657f9abccf8ccd08fbee1bd7ac4
languageName: node
linkType: hard

"react-error-overlay@npm:^6.0.11":
version: 6.0.11
resolution: "react-error-overlay@npm:6.0.11"
Expand Down

0 comments on commit 52cc1e2

Please sign in to comment.