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

This commit is contained in:
Renovate Bot
2020-09-28 11:27:41 +00:00
committed by Łukasz Mierzwa
parent f8f8ad5c09
commit 6843dd5c00
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -3538,13 +3538,13 @@
}
},
"@testing-library/react-hooks": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz",
"integrity": "sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.2.tgz",
"integrity": "sha512-RfPG0ckOzUIVeIqlOc1YztKgFW+ON8Y5xaSPbiBkfj9nMkkiLhLeBXT5icfPX65oJV/zCZu4z8EVnUc6GY9C5A==",
"dev": true,
"requires": {
"@babel/runtime": "^7.5.4",
"@types/testing-library__react-hooks": "^3.3.0"
"@types/testing-library__react-hooks": "^3.4.0"
}
},
"@types/anymatch": {
@@ -3954,9 +3954,9 @@
"integrity": "sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA=="
},
"@types/testing-library__react-hooks": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.0.tgz",
"integrity": "sha512-QYLZipqt1hpwYsBU63Ssa557v5wWbncqL36No59LI7W3nCMYKrLWTnYGn2griZ6v/3n5nKXNYkTeYpqPHY7Ukg==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz",
"integrity": "sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q==",
"dev": true,
"requires": {
"@types/react-test-renderer": "*"

View File

@@ -83,7 +83,7 @@
"@commitlint/travis-cli": "11.0.0",
"@percy-io/percy-storybook": "2.1.0",
"@storybook/preset-create-react-app": "3.1.4",
"@testing-library/react-hooks": "3.4.1",
"@testing-library/react-hooks": "3.4.2",
"depcheck": "1.2.0",
"diffable-html": "4.0.0",
"enzyme": "3.11.0",