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 @@ -75,7 +75,7 @@
"typedoc": "catalog:devTools",
"typescript": "catalog:devTools",
"typescript-eslint": "catalog:devTools",
"vitest": "catalog:devTools",
"vitest": "4.1.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The project uses pnpm catalogs (e.g., catalog:devTools) to manage shared dependency versions across the monorepo. Hardcoding "vitest": "4.1.6" here bypasses the catalog. The vitest version should instead be updated within the catalog definition (typically in pnpm-workspace.yaml), and this file should continue to use "catalog:devTools".

Suggested change
"vitest": "4.1.6",
"vitest": "catalog:devTools",

"zod": "catalog:runtimeShared"
},
"resolutions": {
Expand Down
Loading