Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.9.5 (#1264)
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 Feb 7, 2023
1 parent 9c06156 commit d8aeeb9
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/js-yaml": "4.0.5",
"@types/mime-types": "2.1.1",
"@types/node": "18.11.19",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"ts-node": "10.9.1",
"tsup": "6.5.0",
"turbo": "1.7.3",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"p-limit": "4.0.0",
"slonik": "30.1.2",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"typescript": "4.9.5",
"zod": "3.20.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/services/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@types/pg": "8.6.6",
"pg-promise": "10.15.4",
"tslib": "2.5.0",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
}
Loading

0 comments on commit d8aeeb9

Please sign in to comment.