aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-08-16 00:21:56 +0300
committereug-vs <eug-vs@keemail.me>2020-08-16 00:21:56 +0300
commit3fb3e865ccdb9af3e0b88424f7326aba9f92cdb9 (patch)
tree36b96299c6304c53387315016a747c71c7140f44 /package-lock.json
parent6c6b25ae182fdb5d55e0c5800bf0ba60ac0cede5 (diff)
downloadwhich-ui-3fb3e865ccdb9af3e0b88424f7326aba9f92cdb9.tar.gz
chore: install react-error-boundary
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index a79494a..4ec8cee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10858,6 +10858,24 @@
"scheduler": "^0.19.1"
}
},
+ "react-error-boundary": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-2.3.1.tgz",
+ "integrity": "sha512-w1i++MM5GV6WTnM3MtLdw9CNXxqydkZwbwNDT9GBFBaWs0sp21z27DGIevb3fism1T+LGfdWgTFlhaq7G1pIMA==",
+ "requires": {
+ "@babel/runtime": "^7.10.5"
+ },
+ "dependencies": {
+ "@babel/runtime": {
+ "version": "7.11.2",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
+ "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
+ "requires": {
+ "regenerator-runtime": "^0.13.4"
+ }
+ }
+ }
+ },
"react-error-overlay": {
"version": "6.0.7",
"resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.7.tgz",