You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Before building new features, clean up the repo to make it a solid foundation. K
85
85
-[ ]`husky` ^8.0.3 → ^9.x (root) — v9 has a much simpler setup, no more `.husky/_/husky.sh` sourcing
86
86
-[ ]`@types/react` ^18.2.47 → add ^19 support (packages/react has `react: ^19.0.0` as devDep but types are still v18)
87
87
-[ ]`@types/node` — consolidate: root has ^24.3.0, vite package still has ^18.11.17. Remove from vite, use root's.
88
-
-[ ]`@trivago/prettier-plugin-sort-imports`→ `@ianvs/prettier-plugin-sort-imports` (the trivago version is less actively maintained, @ianvs is the maintained fork)
88
+
-[ ]`@trivago/prettier-plugin-sort-imports`— update once [minimatch fix PR](https://github.com/trivago/prettier-plugin-sort-imports/pull/401)is released
89
89
90
90
### Replace axios with native fetch in vite package
0 commit comments