feat(mise/config): add 'claude-plugins' dependency to configuration

This commit is contained in:
2026-01-14 19:00:16 +00:00
parent 3ef428c5ea
commit 6dc701a4f7

View File

@@ -56,6 +56,7 @@ compile = true
"npm:@mermaid-js/mermaid-cli" = "latest" "npm:@mermaid-js/mermaid-cli" = "latest"
"npm:@openai/codex" = "latest" "npm:@openai/codex" = "latest"
"npm:@prettier/plugin-php" = "latest" "npm:@prettier/plugin-php" = "latest"
"npm:claude-plugins" = "latest"
"npm:dockerfile-language-server-nodejs" = "latest" "npm:dockerfile-language-server-nodejs" = "latest"
"npm:eslint" = "latest" "npm:eslint" = "latest"
"npm:eslint-config-prettier" = "latest" "npm:eslint-config-prettier" = "latest"