yarn add react-error-boundary
This commit is contained in:
parent
dae186dde0
commit
8e8e78c9ef
3 changed files with 13 additions and 4 deletions
|
@ -6039,8 +6039,6 @@ Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
** remove-trailing-separator; version 1.1.0 -- https://github.com/darsain/remove-trailing-separator#readme
|
** remove-trailing-separator; version 1.1.0 -- https://github.com/darsain/remove-trailing-separator#readme
|
||||||
** request-promise-core; version 1.1.4 -- https://github.com/request/promise-core#readme
|
** request-promise-core; version 1.1.4 -- https://github.com/request/promise-core#readme
|
||||||
** request-promise-native; version 1.0.9 -- https://github.com/request/request-promise-native#readme
|
** request-promise-native; version 1.0.9 -- https://github.com/request/request-promise-native#readme
|
||||||
** require-main-filename; version 2.0.0 -- https://github.com/yargs/require-main-filename#readme
|
|
||||||
Copyright (c) 2016
|
|
||||||
|
|
||||||
ISC License
|
ISC License
|
||||||
|
|
||||||
|
@ -6484,6 +6482,7 @@ Copyright (c) 2013-present, Facebook, Inc.
|
||||||
** react-element-to-jsx-string; version 14.3.1 -- https://github.com/algolia/react-element-to-jsx-string#readme
|
** react-element-to-jsx-string; version 14.3.1 -- https://github.com/algolia/react-element-to-jsx-string#readme
|
||||||
Copyright (c) 2015 Algolia
|
Copyright (c) 2015 Algolia
|
||||||
Copyright (c) 2014-2017, Jon Schlinkert.
|
Copyright (c) 2014-2017, Jon Schlinkert.
|
||||||
|
** react-error-boundary; version 3.0.2 -- https://github.com/bvaughn/react-error-boundary#readme
|
||||||
** react-error-overlay; version 6.0.7 -- https://github.com/facebook/create-react-app#readme
|
** react-error-overlay; version 6.0.7 -- https://github.com/facebook/create-react-app#readme
|
||||||
(c) 2019 Denis Pushkarev
|
(c) 2019 Denis Pushkarev
|
||||||
Copyright (c) 2013-present, Facebook, Inc.
|
Copyright (c) 2013-present, Facebook, Inc.
|
||||||
|
@ -7011,6 +7010,8 @@ For these and/or other purposes and motivations, and without any expectation of
|
||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
|
** require-main-filename; version 2.0.0 -- https://github.com/yargs/require-main-filename#readme
|
||||||
|
Copyright (c) 2016
|
||||||
** rimraf; version 2.7.1 -- https://github.com/isaacs/rimraf#readme
|
** rimraf; version 2.7.1 -- https://github.com/isaacs/rimraf#readme
|
||||||
Copyright (c) Isaac Z. Schlueter and Contributors
|
Copyright (c) Isaac Z. Schlueter and Contributors
|
||||||
** run-queue; version 1.0.3 -- https://npmjs.com/package/run-queue
|
** run-queue; version 1.0.3 -- https://npmjs.com/package/run-queue
|
||||||
|
@ -7574,8 +7575,6 @@ Copyright (c) 2014 Raynos.
|
||||||
** vendors; version 1.0.4 -- https://github.com/wooorm/vendors#readme
|
** vendors; version 1.0.4 -- https://github.com/wooorm/vendors#readme
|
||||||
(c) Titus Wormer
|
(c) Titus Wormer
|
||||||
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
||||||
** verror; version 1.10.0 -- https://github.com/davepacheco/node-verror
|
|
||||||
Copyright (c) 2016, Joyent, Inc.
|
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
|
@ -7807,6 +7806,8 @@ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
||||||
** js-money; version 0.6.3 -- https://github.com/davidkalosi/js-money#readme
|
** js-money; version 0.6.3 -- https://github.com/davidkalosi/js-money#readme
|
||||||
Copyright (c) 2014 David Kalosi
|
Copyright (c) 2014 David Kalosi
|
||||||
Copyright (c) 2014 David Kalosi http://davidkalosi.com/ (http://davidkalosi.com/)
|
Copyright (c) 2014 David Kalosi http://davidkalosi.com/ (http://davidkalosi.com/)
|
||||||
|
** verror; version 1.10.0 -- https://github.com/davepacheco/node-verror
|
||||||
|
Copyright (c) 2016, Joyent, Inc.
|
||||||
** vfile; version 4.2.0 -- https://github.com/vfile/vfile#readme
|
** vfile; version 4.2.0 -- https://github.com/vfile/vfile#readme
|
||||||
** vfile-location; version 3.1.0 -- https://github.com/vfile/vfile-location#readme
|
** vfile-location; version 3.1.0 -- https://github.com/vfile/vfile-location#readme
|
||||||
(c) Titus Wormer
|
(c) Titus Wormer
|
||||||
|
|
|
@ -159,6 +159,7 @@
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
"react-aria-modal": "^3.0.1",
|
"react-aria-modal": "^3.0.1",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
|
"react-error-boundary": "^3.0.2",
|
||||||
"react-intl": "^4",
|
"react-intl": "^4",
|
||||||
"react-text-mask": "^5.3.0",
|
"react-text-mask": "^5.3.0",
|
||||||
"react-transition-group": "^2.9.0",
|
"react-transition-group": "^2.9.0",
|
||||||
|
|
|
@ -14499,6 +14499,13 @@ react-element-to-jsx-string@^14.3.1:
|
||||||
"@base2/pretty-print-object" "1.0.0"
|
"@base2/pretty-print-object" "1.0.0"
|
||||||
is-plain-object "3.0.0"
|
is-plain-object "3.0.0"
|
||||||
|
|
||||||
|
react-error-boundary@^3.0.2:
|
||||||
|
version "3.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.0.2.tgz#74399a4d9a68bfede1f3f4261ea0aabfc65d9868"
|
||||||
|
integrity sha512-KVzCusRTFpUYG0OFJbzbdRuxNQOBiGXVCqyNpBXM9z5NFsFLzMjUXMjx8gTja6M6WH+D2PvP3yKz4d8gD1PRaA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.11.2"
|
||||||
|
|
||||||
react-error-overlay@^6.0.7:
|
react-error-overlay@^6.0.7:
|
||||||
version "6.0.7"
|
version "6.0.7"
|
||||||
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
|
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
|
||||||
|
|
Loading…
Reference in a new issue