From 0f530c6c6bba3bb990e2b3dc0b8c48e2cc37855b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:02:55 +0000 Subject: [PATCH] Update dependency @types/pouchdb-core to ^0.0.2 --- package-lock.json | 12 ++---------- package.json | 2 +- packages/react-couchdb-authentication/package.json | 4 ++-- packages/react-pouchdb/package.json | 4 ++-- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cd553d6..c4ef15b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3670,14 +3670,6 @@ "@types/pouchdb-replication": "*" } }, - "node_modules/@types/pouchdb-core": { - "name": "@stanlemon/types-pouchdb-core", - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@stanlemon/types-pouchdb-core/-/types-pouchdb-core-0.0.1.tgz", - "integrity": "sha512-RxKpefSK7p7/oVYgsnx2oD02INzacUtMjZlL8DY08So7e5laE2upIu+EWi6RWd7iPp/l2yBjJmTIGONzi2FYNQ==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/pouchdb-find": { "version": "7.3.3", "resolved": "https://registry.npmjs.org/@types/pouchdb-find/-/pouchdb-find-7.3.3.tgz", @@ -16752,7 +16744,7 @@ }, "packages/react-couchdb-authentication": { "name": "@stanlemon/react-couchdb-authentication", - "version": "0.10.14", + "version": "0.10.15", "license": "MIT", "dependencies": { "async-retry": "^1.3.3", @@ -16786,7 +16778,7 @@ }, "packages/react-pouchdb": { "name": "@stanlemon/react-pouchdb", - "version": "0.6.10", + "version": "0.6.11", "license": "MIT", "dependencies": { "lodash-es": "^4.17.21" diff --git a/package.json b/package.json index 231aaf24..141a5037 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "renovate:validate": "npx --yes --package renovate -- renovate-config-validator" }, "overrides": { - "@types/pouchdb-core": "npm:@stanlemon/types-pouchdb-core@^0.0.1" + "@types/pouchdb-core": "npm:@stanlemon/types-pouchdb-core@^0.0.2" } } \ No newline at end of file diff --git a/packages/react-couchdb-authentication/package.json b/packages/react-couchdb-authentication/package.json index 12b917d5..fdf9df90 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.14", + "version": "0.10.15", "description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.", "keywords": [ "react", @@ -64,6 +64,6 @@ "buffer": "^6.0.3" }, "overrides": { - "@types/pouchdb-core": "npm:@stanlemon/types-pouchdb-core@^0.0.1" + "@types/pouchdb-core": "npm:@stanlemon/types-pouchdb-core@^0.0.2" } } \ No newline at end of file diff --git a/packages/react-pouchdb/package.json b/packages/react-pouchdb/package.json index b063c61f..046713e5 100644 --- a/packages/react-pouchdb/package.json +++ b/packages/react-pouchdb/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/react-pouchdb", - "version": "0.6.10", + "version": "0.6.11", "description": "React components for interacting with PouchDB.", "keywords": [ "react", @@ -55,6 +55,6 @@ "lodash-es": "^4.17.21" }, "overrides": { - "@types/pouchdb-core": "npm:@stanlemon/types-pouchdb-core@^0.0.1" + "@types/pouchdb-core": "npm:@stanlemon/types-pouchdb-core@^0.0.2" } } \ No newline at end of file