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

This commit is contained in:
Renovate Bot
2021-01-12 12:45:59 +00:00
committed by Łukasz Mierzwa
parent c5769e4bb6
commit 9e8ceff8e8
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3096,9 +3096,9 @@
}
},
"@testing-library/react-hooks": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-4.0.0.tgz",
"integrity": "sha512-AWIR4M1Fz4dYzuKytkWtabcrwpevq7zj9dImuBOcmrpl3VkjOBDa7Q/62fwK/M30ae5XI25mDSpQ29vzC7A5Lw==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-4.0.1.tgz",
"integrity": "sha512-DufI8Q2GOM7W2yFEEfz85VNVNaHZL0tPZyBT6ytV7HK+1A4frL1ty+W5NBE0u0K3EFV/Pg5O28HGNEtp9D5EyA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@@ -82,7 +82,7 @@
"devDependencies": {
"@percy-io/percy-storybook": "2.1.0",
"@storybook/preset-create-react-app": "3.1.5",
"@testing-library/react-hooks": "4.0.0",
"@testing-library/react-hooks": "4.0.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"depcheck": "1.3.1",
"diffable-html": "4.0.0",