@testing-library/react-hooks
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -42,3 +42,3 @@ "use strict"; | ||
return true; | ||
} catch { | ||
} catch (error) { | ||
return false; | ||
@@ -45,0 +45,0 @@ } |
{ | ||
"name": "@testing-library/react-hooks", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Simple and complete React hooks testing utilities that encourage good testing practices.", | ||
@@ -61,10 +61,10 @@ "main": "lib/index.js", | ||
"docz-utils": "2.3.0", | ||
"eslint": "7.21.0", | ||
"kcd-scripts": "7.7.0", | ||
"eslint": "7.23.0", | ||
"kcd-scripts": "8.1.1", | ||
"prettier": "^2.2.1", | ||
"react": "17.0.1", | ||
"react": "17.0.2", | ||
"react-dom": "^17.0.1", | ||
"react-test-renderer": "17.0.1", | ||
"react-test-renderer": "17.0.2", | ||
"ts-node": "^9.1.1", | ||
"typescript": "4.2.2" | ||
"typescript": "4.2.3" | ||
}, | ||
@@ -71,0 +71,0 @@ "peerDependencies": { |
@@ -45,3 +45,2 @@ <div align="center"> | ||
- [The problem](#the-problem) | ||
@@ -240,2 +239,5 @@ - [The solution](#the-solution) | ||
<td align="center"><a href="https://seanbaines.com/"><img src="https://avatars.githubusercontent.com/u/24367010?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Baines</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=mrseanbaines" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://www.linkedin.com/in/mike-vasin/"><img src="https://avatars.githubusercontent.com/u/12434833?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mikhail Vasin</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=mvasin" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://aleksandar.xyz"><img src="https://avatars.githubusercontent.com/u/7226555?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aleksandar Grbic</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=agjs" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://github.com/yoniholmes"><img src="https://avatars.githubusercontent.com/u/184589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan Holmes</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=yoniholmes" title="Code">💻</a></td> | ||
</tr> | ||
@@ -242,0 +244,0 @@ </table> |
@@ -12,3 +12,3 @@ import { ReactHooksRenderer } from './types/react' | ||
return true | ||
} catch { | ||
} catch (error) { | ||
return false | ||
@@ -15,0 +15,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
171226
283