Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2024
1 parent 6ea72a7 commit c6619d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pulse/inngest-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@prisma/client": "5.21.1",
"@prisma/extension-pulse": "1.2.0",
"@types/node": "22.7.6",
"@types/node": "22.7.7",
"dotenv": "16.4.5",
"inngest": "3.22.13"
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "tsc --watch"
},
"devDependencies": {
"@types/node": "22.7.6",
"@types/node": "22.7.7",
"nodemon": "3.1.7",
"prisma": "5.21.1",
"tsx": "4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion typescript/typedsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@prisma/client": "5.21.1"
},
"devDependencies": {
"@types/node": "22.7.6",
"@types/node": "22.7.7",
"prisma": "5.21.1",
"tsx": "4.19.1"
}
Expand Down

0 comments on commit c6619d2

Please sign in to comment.