From 097b2d13638678e897084ed2b79a5c6198de65f2 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 7 May 2025 11:50:16 +0000 Subject: [PATCH] feat(mise): add runtimes * `aqua:jj-vcs/jj`: experiment with `jujutsu` version control * `aqua:pnpm/pnpm`: use `pnpm` to handle `node` packages --- config/mise/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index dbdba4e..20d06bb 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -16,11 +16,12 @@ "aqua:go-task/task" = "3.43.3" "aqua:hashicorp/terraform" = "1.11.4" "aqua:helm/helm" = "3.17.3" -"aqua:junegunn/fzf" = "0.61.3" +"aqua:jj-vcs/jj" = "0.28.2" "aqua:junegunn/fzf" = "0.62.0" "aqua:k3d-io/k3d" = "5.8.3" "aqua:kubernetes-sigs/kind" = "0.27.0" "aqua:kubernetes/kubectl" = "1.33.0" +"aqua:pnpm/pnpm" = "10.10.0" "aqua:sbstp/kubie" = "0.25.2" "aqua:sharkdp/bat" = "0.25.0" "aqua:starship/starship" = "1.23.0"