Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.5.2 (#400)
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 Jun 20, 2024
1 parent 2fd90ad commit b375fb0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 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.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"typescript": "5.5.2",
"zod": "3.23.8"
}
}
2 changes: 1 addition & 1 deletion apps/example-next-conform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
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.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"typescript": "5.5.2",
"zod": "3.23.8"
},
"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.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"typescript": "5.5.2",
"zod": "3.23.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"playwright": "1.44.1",
"tsup": "8.1.0",
"turbo": "2.0.4",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vitest": "1.6.0"
}
}
32 changes: 16 additions & 16 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 b375fb0

Please sign in to comment.