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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@
"jsdom": "^27.4.0",
"magic-string": "0.30.21",
"postcss": "^8.5.6",
"prettier": "3.7.4",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.21",
"prettier-plugin-packagejson": "2.5.22",
Comment on lines +216 to +218
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Version 3.8.1 does not exist - use 3.8.0 instead.

The latest prettier version on npm is 3.8.0, last published 2 days ago. The package.json specifies prettier: 3.8.1 which will cause installation failures since this version doesn't exist. The PR description correctly mentions upgrading to 3.8.0.

🔧 Suggested fix
-    "prettier": "3.8.1",
+    "prettier": "3.8.0",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.21",
"prettier-plugin-packagejson": "2.5.22",
"prettier": "3.8.0",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.22",
🤖 Prompt for AI Agents
In `@package.json` around lines 216 - 218, The package.json lists a non-existent
Prettier version; update the "prettier" dependency from "3.8.1" to "3.8.0" in
package.json (the "prettier" entry shown in the diff), then run your package
manager to refresh the lockfile (npm/yarn/pnpm install) so the lockfile reflects
the valid version.

"prettier-plugin-tailwindcss": "0.7.2",
"recharts": "3.6.0",
"tailwindcss": "^4.1.18",
Expand Down