chore(deps): update dependency @testing-library/react-hooks to v5.1.2

This commit is contained in:
Renovate Bot
2021-04-22 09:44:07 +00:00
committed by Łukasz Mierzwa
parent 3040f0464b
commit 75fde6e731
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -4171,9 +4171,9 @@
}
},
"@testing-library/react-hooks": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.1.1.tgz",
"integrity": "sha512-52D2XnpelFDefnWpy/V6z2qGNj8JLIvW5DjYtelMvFXdEyWiykSaI7IXHwFy4ICoqXJDmmwHAiFRiFboub/U5g==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.1.2.tgz",
"integrity": "sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@@ -82,7 +82,7 @@
"@percy/storybook": "3.3.1",
"@storybook/preset-create-react-app": "3.1.7",
"@storybook/react": "6.2.8",
"@testing-library/react-hooks": "5.1.1",
"@testing-library/react-hooks": "5.1.2",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
"depcheck": "1.4.0",
"diffable-html": "4.0.0",