Skip to content

Feature/error boundary #1011

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

Merged
merged 7 commits into from
Jul 6, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
yarn.lock changes
  • Loading branch information
MenamAfzal committed Jul 5, 2024
commit 87a1c1817f0540bccc41bdeea679b0ada9c00786
12 changes: 12 additions & 0 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13876,6 +13876,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
react-documents: ^1.2.1
react-dom: ^18.2.0
react-draggable: ^4.4.4
react-error-boundary: ^4.0.13
react-grid-layout: ^1.3.0
react-helmet: ^6.1.0
react-joyride: ^2.4.0
Expand Down Expand Up @@ -17032,6 +17033,17 @@ coolshapes-react@lowcoder-org/coolshapes-react:
languageName: node
linkType: hard

"react-error-boundary@npm:^4.0.13":
version: 4.0.13
resolution: "react-error-boundary@npm:4.0.13"
dependencies:
"@babel/runtime": ^7.12.5
peerDependencies:
react: ">=16.13.1"
checksum: 50398d080015d51d22c6f94c56f4ea336d10232d72345b36ee6f15b6b643666d20b072829b02f091a80e5af68fe67f68a62ef0d2b649dbd759ead929304449af
languageName: node
linkType: hard

"react-fast-compare@npm:^3.0.1, react-fast-compare@npm:^3.1.1, react-fast-compare@npm:^3.2.2":
version: 3.2.2
resolution: "react-fast-compare@npm:3.2.2"
Expand Down
Loading