beautiful-react-hooks
Advanced tools
Comparing version
{ | ||
"name": "beautiful-react-hooks", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development", | ||
@@ -47,4 +47,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": ">=5.0.0", | ||
@@ -51,0 +51,0 @@ "rxjs": ">=7.0.0" |
343151
0