Skip to content
Merged
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 .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ node = "24.13.0" # Provides npm and npx
bun = "1.3.6" # Provides bunx - used for TypeScript task execution
deno = "2.6.5" # Provides deno run npm:
yarn = "4.12.0" # Provides yarn dlx (Yarn Berry)
pnpm = "10.28.0" # Provides pnpm dlx
pnpm = "10.30.2" # Provides pnpm dlx

# Development tools
golangci-lint = "2.8.0" # Go linter aggregator
Expand Down
Loading