Skip to content

Commit

Permalink
Update dependency typescript to v5.4.4 (#293)
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] committed Apr 4, 2024
1 parent 08446e9 commit 4e48aab
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/example-next-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.3",
"typescript": "5.4.4",
"zod": "3.22.4"
}
}
2 changes: 1 addition & 1 deletion apps/example-next-custom-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"qs": "6.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.3",
"typescript": "5.4.4",
"zod": "3.22.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-unsafe-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.3",
"typescript": "5.4.4",
"zod": "3.22.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react": "18.2.0",
"tsup": "8.0.2",
"turbo": "1.13.2",
"typescript": "5.4.3",
"typescript": "5.4.4",
"vitest": "1.4.0"
}
}
26 changes: 13 additions & 13 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 4e48aab

Please sign in to comment.