Skip to content
Merged
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
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"lucide-react": "^0.533.0",
"monaco-editor": "^0.52.2",
"monaco-sql-languages": "^0.15.1",
"sql-formatter": "15.4.6",
Copy link

Copilot AI Nov 30, 2025

Choose a reason for hiding this comment

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

The sql-formatter version is missing the caret (^) prefix that is used consistently for all other dependencies in this file. This could lead to stricter version locking than intended. Consider using "^15.4.6" to allow minor and patch updates while preventing breaking major version changes.

Suggested change
"sql-formatter": "15.4.6",
"sql-formatter": "^15.4.6",

Copilot uses AI. Check for mistakes.
"react": "^19.1.1",
"react-code-blocks": "^0.1.6",
"react-data-grid": "^7.0.0-beta.56",
Expand All @@ -53,4 +54,4 @@
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}
}
Loading
Loading