Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-error-boundary to v4.0.10 #8693

Merged
merged 2 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/studio/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"pretty-ms": "7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.4",
"react-error-boundary": "4.0.10",
"react-grid-layout": "1.3.4",
"react-router-dom": "6.8.1",
"react-split-pane": "0.1.92",
Expand Down
10 changes: 5 additions & 5 deletions packages/studio/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@ __metadata:
pretty-ms: 7.0.0
react: 18.2.0
react-dom: 18.2.0
react-error-boundary: 4.0.4
react-error-boundary: 4.0.10
react-grid-layout: 1.3.4
react-router-dom: 6.8.1
react-split-pane: 0.1.92
Expand Down Expand Up @@ -3572,14 +3572,14 @@ __metadata:
languageName: node
linkType: hard

"react-error-boundary@npm:4.0.4":
version: 4.0.4
resolution: "react-error-boundary@npm:4.0.4"
"react-error-boundary@npm:4.0.10":
version: 4.0.10
resolution: "react-error-boundary@npm:4.0.10"
dependencies:
"@babel/runtime": ^7.12.5
peerDependencies:
react: ">=16.13.1"
checksum: 23020323992d0d0355a29e8282e1d2774d95fdee48597b22ac87df75e7fbf36ce795b7ebf84ebbf89322985993e018c37d3848ac948e0e9b420fb2613682e96b
checksum: d61cc2f4770459e03b8d58c971ee626b6ec95fd6fdf168a001ea028fd7b429013007d5084a99367b0d0effc823862eea3c49a3b22c64f6376aaba2da51c8773a
languageName: node
linkType: hard

Expand Down