Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 04babc2 commit 30e7387
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 94 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publint": "0.2.12",
"ts-jest": "29.2.5",
"turbo": "1.12.4",
"typescript": "5.6.3"
"typescript": "5.7.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.3"
},
"peerDependencies": {
"@opentelemetry/api": "^1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.3"
},
"engines": {
"node": ">=14.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.3"
},
"peerDependencies": {
"kysely": "^0.24.2 || ^0.25.0 || ^0.26.0 || ^0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.3"
},
"engines": {
"node": ">=18.14"
Expand Down
Loading

0 comments on commit 30e7387

Please sign in to comment.