mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
chore(deps): update dependency @testing-library/react-hooks to v3.4.1
This commit is contained in:
committed by
Łukasz Mierzwa
parent
867532cde9
commit
051c41342b
Generated
+7
-7
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user