diff --git a/package-lock.json b/package-lock.json index 1f03cdb1..8f872187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16752,7 +16752,7 @@ }, "packages/react-couchdb-authentication": { "name": "@stanlemon/react-couchdb-authentication", - "version": "0.10.16", + "version": "0.10.17", "license": "MIT", "dependencies": { "async-retry": "^1.3.3", @@ -16765,7 +16765,7 @@ "@types/async-retry": "^1.4.9", "@types/isomorphic-fetch": "^0.0.39", "@types/jest": "^29.5.14", - "@types/node": "^20.9.0", + "@types/node": "^20.11.30", "@types/pouchdb": "^6.4.2", "@types/react": "^19.0.2", "isomorphic-fetch": "^3.0.0", @@ -16786,7 +16786,7 @@ }, "packages/react-pouchdb": { "name": "@stanlemon/react-pouchdb", - "version": "0.6.11", + "version": "0.6.12", "license": "MIT", "dependencies": { "lodash-es": "^4.17.21" @@ -16795,7 +16795,7 @@ "@stanlemon/webdev": "*", "@types/debug": "^4.1.12", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.9.0", + "@types/node": "^20.11.30", "@types/pouchdb": "^6.4.2", "pouchdb": "^9.0.0", "pouchdb-adapter-memory": "^9.0.0", diff --git a/packages/react-couchdb-authentication/package.json b/packages/react-couchdb-authentication/package.json index eee68de0..651aafce 100644 --- a/packages/react-couchdb-authentication/package.json +++ b/packages/react-couchdb-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/react-couchdb-authentication", - "version": "0.10.16", + "version": "0.10.17", "description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.", "keywords": [ "react", @@ -49,7 +49,7 @@ "@types/async-retry": "^1.4.9", "@types/isomorphic-fetch": "^0.0.39", "@types/jest": "^29.5.14", - "@types/node": "^20.9.0", + "@types/node": "^20.11.30", "@types/pouchdb": "^6.4.2", "@types/react": "^19.0.2", "isomorphic-fetch": "^3.0.0", diff --git a/packages/react-pouchdb/package.json b/packages/react-pouchdb/package.json index 6787fdff..1adf61fc 100644 --- a/packages/react-pouchdb/package.json +++ b/packages/react-pouchdb/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/react-pouchdb", - "version": "0.6.11", + "version": "0.6.12", "description": "React components for interacting with PouchDB.", "keywords": [ "react", @@ -44,7 +44,7 @@ "@stanlemon/webdev": "*", "@types/debug": "^4.1.12", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.9.0", + "@types/node": "^20.11.30", "@types/pouchdb": "^6.4.2", "pouchdb": "^9.0.0", "pouchdb-adapter-memory": "^9.0.0",