Skip to content

Commit

Permalink
Update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 87e6479 commit 24e25a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-couchdb-authentication/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": "^22.10.2",
"@types/pouchdb": "^6.4.2",
"@types/react": "^19.0.1",
"isomorphic-fetch": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pouchdb/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@stanlemon/webdev": "*",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.9.0",
"@types/node": "^22.10.2",
"@types/pouchdb": "^6.4.2",
"pouchdb": "^9.0.0",
"pouchdb-adapter-memory": "^9.0.0",
Expand Down

0 comments on commit 24e25a5

Please sign in to comment.