From 1b0267376da9bca8e6023ad46f1f9bc8b66e169f Mon Sep 17 00:00:00 2001 From: Adhitya Mamallan Date: Mon, 22 Jul 2024 15:22:32 +0000 Subject: [PATCH] Install react-error-boundary --- package-lock.json | 12 ++++++++++++ package.json | 1 + 2 files changed, 13 insertions(+) diff --git a/package-lock.json b/package-lock.json index fb968378..df0f4d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,7 @@ "query-string": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-error-boundary": "^4.0.13", "react-hook-form": "^7.52.0", "react-icons": "^5.1.0", "react-intersection-observer": "^9.8.1", @@ -8797,6 +8798,17 @@ "react": ">=0.14.0" } }, + "node_modules/react-error-boundary": { + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.0.13.tgz", + "integrity": "sha512-b6PwbdSv8XeOSYvjt8LpgpKrZ0yGdtZokYwkwV2wlcZbxgopHX/hgPl5VgpnoVOWd868n1hktM8Qm4b+02MiLQ==", + "dependencies": { + "@babel/runtime": "^7.12.5" + }, + "peerDependencies": { + "react": ">=16.13.1" + } + }, "node_modules/react-focus-lock": { "version": "2.11.2", "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.11.2.tgz", diff --git a/package.json b/package.json index dcb2a029..88edca52 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "query-string": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-error-boundary": "^4.0.13", "react-hook-form": "^7.52.0", "react-icons": "^5.1.0", "react-intersection-observer": "^9.8.1",