Skip to content

Commit

Permalink
feat: modify deps.json to have proper version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed May 20, 2024
1 parent a64c6af commit 5e9a3ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions res/deps.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"nvim-nio": "~> 1.7",
"lua-utils.nvim": "== 1.0.2",
"plenary.nvim": "== 0.1.4",
"nui.nvim": "== 0.3.0",
"pathlib.nvim": "~> 2.2"
"nvim-nio": "1.7",
"lua-utils.nvim": "1.0.2",
"plenary.nvim": "0.1.4",
"nui.nvim": "0.3.0",
"pathlib.nvim": "2.2"
}

0 comments on commit 5e9a3ef

Please sign in to comment.