Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"cypress": "^15.7.0",
"solid-start-netlify": "^0.1.0",
"typescript": "^4.9.5",
"typescript": "^5.9.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Given the significant jump across a major version of TypeScript (from v4 to v5), it would be safer to pin the version for now. This will prevent any unexpected issues from minor updates within the v5 range until you've had a chance to fully adapt the codebase to the new TypeScript version. Once you've confirmed compatibility, you can re-introduce the caret (^).

Suggested change
"typescript": "^5.9.3",
"typescript": "5.9.3",

"vite": "^7.2.4"
},
"dependencies": {
Expand Down
Loading