mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(deps): update dependency @testing-library/react-hooks to v3.5.0
This commit is contained in:
committed by
Łukasz Mierzwa
parent
f599f338bb
commit
5d73d8db5c
8
ui/package-lock.json
generated
8
ui/package-lock.json
generated
@@ -3116,12 +3116,12 @@
|
||||
}
|
||||
},
|
||||
"@testing-library/react-hooks": {
|
||||
"version": "3.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.2.tgz",
|
||||
"integrity": "sha512-RfPG0ckOzUIVeIqlOc1YztKgFW+ON8Y5xaSPbiBkfj9nMkkiLhLeBXT5icfPX65oJV/zCZu4z8EVnUc6GY9C5A==",
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.5.0.tgz",
|
||||
"integrity": "sha512-PpztMzQ+h8hXwd9TtSx6H+D5sKv7sW0sRr0dOW3x9O5yNOHlg5Yi4uCMhYBuGYAHM7XJyceb+u4D3CgT8LotKg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.5.4",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@types/testing-library__react-hooks": "^3.4.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
"devDependencies": {
|
||||
"@percy-io/percy-storybook": "2.1.0",
|
||||
"@storybook/preset-create-react-app": "3.1.5",
|
||||
"@testing-library/react-hooks": "3.4.2",
|
||||
"@testing-library/react-hooks": "3.5.0",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "0.3.2",
|
||||
"depcheck": "1.3.1",
|
||||
"diffable-html": "4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user