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

This commit is contained in:
Renovate Bot
2021-01-14 08:29:12 +00:00
committed by Łukasz Mierzwa
parent 33efea7d16
commit ee2742ab7a
2 changed files with 23 additions and 5 deletions
+22 -4
View File
@@ -3096,14 +3096,17 @@
}
},
"@testing-library/react-hooks": {
"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==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.0.0.tgz",
"integrity": "sha512-c/wvcz/Set+KOvbi07EQO7tujsUIp5HnNAygJoSpMTVkIDcp7JtSemhjRDg1WL6Qsw076inWobTKCepK3mgi8A==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",
"@types/react": ">=16.9.0",
"@types/react-test-renderer": ">=16.9.0"
"@types/react-dom": ">=16.9.0",
"@types/react-test-renderer": ">=16.9.0",
"filter-console": "^0.1.1",
"react-error-boundary": "^3.1.0"
}
},
"@types/anymatch": {
@@ -9848,6 +9851,12 @@
}
}
},
"filter-console": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/filter-console/-/filter-console-0.1.1.tgz",
"integrity": "sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg==",
"dev": true
},
"finalhandler": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
@@ -17028,6 +17037,15 @@
"prop-types": "^15.6.0"
}
},
"react-error-boundary": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.0.tgz",
"integrity": "sha512-lmPrdi5SLRJR+AeJkqdkGlW/CRkAUvZnETahK58J4xb5wpbfDngasEGu+w0T1iXEhVrYBJZeW+c4V1hILCnMWQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5"
}
},
"react-error-overlay": {
"version": "6.0.8",
"resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.8.tgz",
+1 -1
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.1",
"@testing-library/react-hooks": "5.0.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"depcheck": "1.3.1",
"diffable-html": "4.0.0",