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

This commit is contained in:
Renovate Bot
2020-07-23 12:01:54 +01:00
committed by Łukasz Mierzwa
parent 867532cde9
commit 051c41342b
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -4882,13 +4882,13 @@
}
},
"@testing-library/react-hooks": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.3.0.tgz",
"integrity": "sha512-rE9geI1+HJ6jqXkzzJ6abREbeud6bLF8OmF+Vyc7gBoPwZAEVBYjbC1up5nNoVfYBhO5HUwdD4u9mTehAUeiyw==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz",
"integrity": "sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.5.4",
"@types/testing-library__react-hooks": "^3.0.0"
"@types/testing-library__react-hooks": "^3.3.0"
}
},
"@types/anymatch": {
@@ -5363,9 +5363,9 @@
"dev": true
},
"@types/testing-library__react-hooks": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.2.0.tgz",
"integrity": "sha512-dE8iMTuR5lzB+MqnxlzORlXzXyCL0EKfzH0w/lau20OpkHD37EaWjZDz0iNG8b71iEtxT4XKGmSKAGVEqk46mw==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.3.0.tgz",
"integrity": "sha512-ZbMmXaVqeiLjbRGEXuDeh6fG2hkNxaOiXV7o9RklXwKeSrygx0aohuomnkWi7UobJUhkvGZLFUmsoirfGY8HPw==",
"dev": true,
"requires": {
"@types/react": "*",
+1 -1
View File
@@ -73,7 +73,7 @@
"@percy-io/percy-storybook": "2.1.0",
"@storybook/preset-create-react-app": "3.1.4",
"@storybook/react": "5.3.19",
"@testing-library/react-hooks": "3.3.0",
"@testing-library/react-hooks": "3.4.1",
"@types/enzyme": "3.10.5",
"@types/jest": "26.0.5",
"@typescript-eslint/eslint-plugin": "3.7.0",