Bump @testing-library/react-hooks version

This commit is contained in:
Deluan 2021-09-09 00:16:44 -04:00
parent f0ef5187b2
commit 94083f85d2
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@ -44,7 +44,7 @@
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^5.14.1", "@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0", "@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1", "@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.2.1", "@testing-library/user-event": "^13.2.1",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2",
"prettier": "2.3.2", "prettier": "2.3.2",
@ -2631,9 +2631,9 @@
} }
}, },
"node_modules/@testing-library/react-hooks": { "node_modules/@testing-library/react-hooks": {
"version": "7.0.1", "version": "7.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-7.0.1.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz",
"integrity": "sha512-bpEQ2SHSBSzBmfJ437NmnP+oArQ7aVmmULiAp6Ag2rtyLBLPNFSMmgltUbFGmQOJdPWo4Ub31kpUC5T46zXNwQ==", "integrity": "sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
@ -22710,9 +22710,9 @@
} }
}, },
"@testing-library/react-hooks": { "@testing-library/react-hooks": {
"version": "7.0.1", "version": "7.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-7.0.1.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz",
"integrity": "sha512-bpEQ2SHSBSzBmfJ437NmnP+oArQ7aVmmULiAp6Ag2rtyLBLPNFSMmgltUbFGmQOJdPWo4Ub31kpUC5T46zXNwQ==", "integrity": "sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",

View File

@ -39,7 +39,7 @@
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^5.14.1", "@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0", "@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1", "@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.2.1", "@testing-library/user-event": "^13.2.1",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2",
"prettier": "2.3.2", "prettier": "2.3.2",