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

chore(deps): update dependency react-error-boundary to v4.0.11 #9181

Merged
merged 2 commits into from
Sep 19, 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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"pretty-ms": "7.0.1",
"react": "0.0.0-experimental-e5205658f-20230913",
"react-dom": "0.0.0-experimental-e5205658f-20230913",
"react-error-boundary": "4.0.10",
"react-error-boundary": "4.0.11",
"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 yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9041,7 +9041,7 @@ __metadata:
qs: 6.11.2
react: 0.0.0-experimental-e5205658f-20230913
react-dom: 0.0.0-experimental-e5205658f-20230913
react-error-boundary: 4.0.10
react-error-boundary: 4.0.11
react-grid-layout: 1.3.4
react-router-dom: 6.8.1
react-split-pane: 0.1.92
Expand Down Expand Up @@ -30019,14 +30019,14 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading