Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| npm        | typescript | 4.9.5 | 5.4.3 |
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent fbc17d8 commit eb564b5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formatch-web",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"prisma": {
"seed": "tsx prisma/seed.ts"
Expand Down Expand Up @@ -40,7 +40,7 @@
"remark-gfm": "^3.0.1",
"short-unique-id": "^4.4.4",
"swagger-ui-react": "^4.15.5",
"typescript": "4.9.5",
"typescript": "5.4.3",
"yarn": "^1.22.19",
"zod": "^3.20.2"
},
Expand Down
58 changes: 31 additions & 27 deletions pnpm-lock.yaml

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

0 comments on commit eb564b5

Please sign in to comment.