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

This commit is contained in:
Renovate Bot
2021-03-01 15:54:23 +00:00
committed by Łukasz Mierzwa
parent c8cf926def
commit c9212f997f
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3217,9 +3217,9 @@
}
},
"@testing-library/react-hooks": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.0.3.tgz",
"integrity": "sha512-UrnnRc5II7LMH14xsYNm/WRch/67cBafmrSQcyFh0v+UUmSf1uzfB7zn5jQXSettGwOSxJwdQUN7PgkT0w22Lg==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.1.0.tgz",
"integrity": "sha512-ChRyyA14e0CeVkWGp24v8q/IiWUqH+B8daRx4lGZme4dsudmMNWz+Qo2Q2NzbD2O5rAVXh2hSbS/KTKeqHYhkw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@@ -83,7 +83,7 @@
"@percy-io/percy-storybook": "2.1.0",
"@storybook/react": "6.1.20",
"@storybook/preset-create-react-app": "3.1.6",
"@testing-library/react-hooks": "5.0.3",
"@testing-library/react-hooks": "5.1.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"depcheck": "1.4.0",
"diffable-html": "4.0.0",