Skip to content

Commit

Permalink
Fix mason lock
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jun 6, 2024
1 parent c97f1f0 commit 2d94c13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nvim/.config/nvim/mason-lock.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"bash-language-server": "5.3.3",
"bash-language-server": "5.3.4",
"css-lsp": "4.10.0",
"html-lsp": "4.10.0",
"lua-language-server": "3.9.1",
"prettier": "3.3.0",
"lua-language-server": "3.9.2",
"prettier": "3.3.1",
"pyright": "1.1.366",
"ruff": "0.4.8",
"shellcheck": "v0.10.0",
"shfmt": "v3.8.0",
"stylua": "v0.20.0",
"tailwindcss-language-server": "0.0.16",
"typescript-language-server": "4.3.3",
"typos": "v1.21.0",
"typos": "v1.22.1",
"typos-lsp": "v0.1.18",
"vue-language-server": "2.0.19",

"vue-language-server": "2.0.19"
}

0 comments on commit 2d94c13

Please sign in to comment.