@stanlemon/react-couchdb-authentication
Advanced tools
Comparing version 0.8.88 to 0.8.89
{ | ||
"name": "@stanlemon/react-couchdb-authentication", | ||
"version": "0.8.88", | ||
"version": "0.8.89", | ||
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.", | ||
@@ -40,10 +40,10 @@ "keywords": [ | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/async-retry": "^1.4.7", | ||
"@types/isomorphic-fetch": "^0.0.38", | ||
"@types/jest": "^29.5.7", | ||
"@types/node": "^20.8.10", | ||
"@types/pouchdb": "^6.4.1", | ||
"@types/react": "^18.2.34", | ||
"@types/set-interval-async": "^1.0.2", | ||
"@testing-library/react": "^14.1.0", | ||
"@types/async-retry": "^1.4.8", | ||
"@types/isomorphic-fetch": "^0.0.39", | ||
"@types/jest": "^29.5.8", | ||
"@types/node": "^20.9.0", | ||
"@types/pouchdb": "^6.4.2", | ||
"@types/react": "^18.2.37", | ||
"@types/set-interval-async": "^1.0.3", | ||
"isomorphic-fetch": "^3.0.0", | ||
@@ -50,0 +50,0 @@ "pouchdb": "^8.0.1", |
131898