Skip to content

Commit

Permalink
⬆️ Update dependency @types/node to v20.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 14, 2024
1 parent 0f5e9e2 commit d3e3bdd
Show file tree
Hide file tree
Showing 9 changed files with 342 additions and 795 deletions.
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@biomejs/biome": "1.9.3",
"@codechecks/client": "^0.1.12",
"@ocoda/event-sourcing-config": "workspace:*",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"artillery": "^2.0.20",
"tsup": "^8.3.0",
"typescript": "5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@ocoda/event-sourcing-config": "workspace:*",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"jest-mock": "29.7.0",
"jest": "29.7.0",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/pg": "^8.11.10",
"@types/pg-cursor": "^2.7.2",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit d3e3bdd

Please sign in to comment.