Skip to content

Commit

Permalink
Update dependency typescript to v5.4.3 (#273)
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 Mar 21, 2024
1 parent 80f1459 commit b7072bf
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 61 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 @@ -21,7 +21,7 @@
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.2",
"typescript": "5.4.3",
"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 @@ -20,7 +20,7 @@
"qs": "6.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.2",
"typescript": "5.4.3",
"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 @@ -21,7 +21,7 @@
"next": "14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.2",
"typescript": "5.4.3",
"zod": "3.22.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"ts-jest": "29.1.2",
"tsup": "8.0.2",
"turbo": "1.12.5",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
Loading

0 comments on commit b7072bf

Please sign in to comment.