Skip to content

Commit cc2e1d8

Browse files
Update dependency @types/node to ^20.14.14
1 parent e1929fa commit cc2e1d8

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

apps/react-pouchdb-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.1.121",
3+
"version": "0.1.122",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@testing-library/jest-dom": "^6.4.8",
3636
"@testing-library/react": "^16.0.0",
37-
"@types/node": "^20.14.13",
37+
"@types/node": "^20.14.14",
3838
"@types/pouchdb": "^6.4.2",
3939
"@types/uuid": "^10.0.0",
4040
"identity-obj-proxy": "^3.0.0",

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-couchdb-authentication/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-couchdb-authentication",
3-
"version": "0.8.138",
3+
"version": "0.8.139",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -41,7 +41,7 @@
4141
"@types/async-retry": "^1.4.8",
4242
"@types/isomorphic-fetch": "^0.0.39",
4343
"@types/jest": "^29.5.12",
44-
"@types/node": "^20.14.13",
44+
"@types/node": "^20.14.14",
4545
"@types/pouchdb": "^6.4.2",
4646
"@types/react": "^18.3.3",
4747
"@types/set-interval-async": "^1.0.3",

packages/react-pouchdb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb",
3-
"version": "0.4.89",
3+
"version": "0.4.90",
44
"description": "React components for interacting with PouchDB.",
55
"keywords": [
66
"react",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@stanlemon/webdev": "*",
3737
"@types/lodash-es": "^4.17.12",
38-
"@types/node": "^20.14.13",
38+
"@types/node": "^20.14.14",
3939
"@types/pouchdb": "^6.4.2",
4040
"pouchdb": "^9.0.0",
4141
"pouchdb-adapter-memory": "^9.0.0",

0 commit comments

Comments
 (0)