diff --git a/apps/react-pouchdb-example/package.json b/apps/react-pouchdb-example/package.json index 956b8587..7a79a546 100644 --- a/apps/react-pouchdb-example/package.json +++ b/apps/react-pouchdb-example/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/react-pouchdb-example", - "version": "0.3.24", + "version": "0.3.25", "description": "A react app using pouchdb built in typescript", "author": "Stan Lemon ", "license": "MIT", @@ -32,7 +32,7 @@ "wouter": "^3.6.0" }, "devDependencies": { - "@testing-library/react": "^16.2.0", + "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/react": "^19.1.0", diff --git a/package-lock.json b/package-lock.json index a9c01780..a90e96b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ }, "apps/react-pouchdb-example": { "name": "@stanlemon/react-pouchdb-example", - "version": "0.3.24", + "version": "0.3.25", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.7.2", @@ -72,7 +72,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.2.0", + "@testing-library/react": "^16.3.0", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "@types/uuid": "^10.0.0", @@ -105,7 +105,7 @@ }, "apps/template": { "name": "@stanlemon/app-template", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "@stanlemon/server-with-auth": "*", @@ -116,7 +116,7 @@ "wouter": "^3.6.0" }, "devDependencies": { - "@testing-library/react": "^16.2.0", + "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/react": "^19.1.0", @@ -3208,9 +3208,9 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz", - "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz", + "integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==", "dev": true, "license": "MIT", "dependencies": { @@ -17346,7 +17346,7 @@ }, "packages/react-couchdb-authentication": { "name": "@stanlemon/react-couchdb-authentication", - "version": "0.10.26", + "version": "0.10.27", "license": "MIT", "dependencies": { "async-retry": "^1.3.3", @@ -17355,7 +17355,7 @@ "devDependencies": { "@stanlemon/webdev": "*", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.2.0", + "@testing-library/react": "^16.3.0", "@types/async-retry": "^1.4.9", "@types/isomorphic-fetch": "^0.0.39", "@types/jest": "^29.5.14", diff --git a/packages/react-couchdb-authentication/package.json b/packages/react-couchdb-authentication/package.json index bd4692a2..26532a79 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.26", + "version": "0.10.27", "description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.", "keywords": [ "react", @@ -45,7 +45,7 @@ "devDependencies": { "@stanlemon/webdev": "*", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.2.0", + "@testing-library/react": "^16.3.0", "@types/async-retry": "^1.4.9", "@types/isomorphic-fetch": "^0.0.39", "@types/jest": "^29.5.14",