Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v22.10.2 (#1217)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent bb18fb1 commit 19ca266
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/appwrite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@maverick-js/signals": "^6.0.0",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"appwrite": "^16.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@maverick-js/signals": "^6.0.0",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"firebase": "^11.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/replication-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@maverick-js/signals": "^6.0.0",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"next": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/rxdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@maverick-js/signals": "^6.0.0",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"next": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@maverick-js/signals": "^6.0.0",
"@supabase/supabase-js": "^2.47.3",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"next": "15.1.0",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

0 comments on commit 19ca266

Please sign in to comment.