Skip to content
Closed
Show file tree
Hide file tree
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
72 changes: 37 additions & 35 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"stylelint": "^15.0.0 ",
"stylelint-config-standard": "^34.0.0",
"tsc-files": "^1.1.4",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
Copy link

Choose a reason for hiding this comment

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

Bug: TypeScript 5.9.2 Conflicts with ESLint Parser

Upgrading TypeScript to 5.9.2 creates a peer dependency conflict with @typescript-eslint/parser and related packages. These packages require TypeScript versions <5.9.0, which 5.9.2 violates. This will cause peer dependency warnings and may lead to ESLint parsing issues or build failures.

Fix in Cursor Fix in Web

},
"overrides": {
"react-alert": {
Expand Down
Loading