diff --git a/src/frontend/efiling-frontend/package.json b/src/frontend/efiling-frontend/package.json index a9c5d3df44..0d251b3757 100644 --- a/src/frontend/efiling-frontend/package.json +++ b/src/frontend/efiling-frontend/package.json @@ -71,7 +71,7 @@ "@storybook/react": "^6.0.28", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.0.4", - "@testing-library/react-hooks": "3.7.0", + "@testing-library/react-hooks": "8.0.0", "@testing-library/user-event": "^12.5.0", "axios-mock-adapter": "^1.19.0", "enzyme": "^3.11.0", diff --git a/src/frontend/efiling-frontend/yarn.lock b/src/frontend/efiling-frontend/yarn.lock index f6e6e61b2d..8f9af3d5fd 100644 --- a/src/frontend/efiling-frontend/yarn.lock +++ b/src/frontend/efiling-frontend/yarn.lock @@ -3055,13 +3055,13 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react-hooks@3.7.0": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz#6d75c5255ef49bce39b6465bf6b49e2dac84919e" - integrity sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g== +"@testing-library/react-hooks@8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.0.tgz#7d0164bffce4647f506039de0a97f6fcbd20f4bf" + integrity sha512-uZqcgtcUUtw7Z9N32W13qQhVAD+Xki2hxbTR461MKax8T6Jr8nsUvZB+vcBTkzY2nFvsUet434CsgF0ncW2yFw== dependencies: "@babel/runtime" "^7.12.5" - "@types/testing-library__react-hooks" "^3.4.0" + react-error-boundary "^3.1.0" "@testing-library/react@^11.0.4": version "11.1.0" @@ -3352,13 +3352,6 @@ dependencies: "@types/react" "*" -"@types/react-test-renderer@*": - version "16.9.3" - resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-16.9.3.tgz#96bab1860904366f4e848b739ba0e2f67bcae87e" - integrity sha512-wJ7IlN5NI82XMLOyHSa+cNN4Z0I+8/YaLl04uDgcZ+W+ExWCmCiVTLT/7fRNqzy4OhStZcUwIqLNF7q+AdW43Q== - dependencies: - "@types/react" "*" - "@types/react-transition-group@^4.4.0": version "4.4.0" resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.0.tgz#882839db465df1320e4753e6e9f70ca7e9b4d46d" @@ -3408,13 +3401,6 @@ dependencies: "@types/jest" "*" -"@types/testing-library__react-hooks@^3.4.0": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz#b8d7311c6c1f7db3103e94095fe901f8fef6e433" - integrity sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q== - dependencies: - "@types/react-test-renderer" "*" - "@types/uglify-js@*": version "3.11.0" resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.11.0.tgz#2868d405cc45cd9dc3069179052103032c33afbc" @@ -13229,6 +13215,13 @@ react-dropzone@^11.2.3: file-selector "^0.2.2" prop-types "^15.7.2" +react-error-boundary@^3.1.0: + version "3.1.4" + resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.4.tgz#255db92b23197108757a888b01e5b729919abde0" + integrity sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA== + dependencies: + "@babel/runtime" "^7.12.5" + react-error-overlay@^6.0.7: version "6.0.7" resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"