chore(pkg): bump luau-lsp to v1.39.2

This commit is contained in:
Erica Marigold 2025-02-18 08:54:23 +00:00
parent 1c56e3006d
commit 7e7029e180
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw
2 changed files with 6 additions and 6 deletions

View file

@ -113,20 +113,20 @@ resolved_ty = "standard"
ref_ty = "pesde"
index_url = "https://github.com/daimond113/pesde-index"
[graph."pesde/luau_lsp@1.39.0 lune"]
direct = ["luau-lsp", { name = "pesde/luau_lsp", version = "=1.39.0", index = "default", target = "lune" }, "dev"]
[graph."pesde/luau_lsp@1.39.2 lune"]
direct = ["luau-lsp", { name = "pesde/luau_lsp", version = "=1.39.2", index = "default", target = "lune" }, "dev"]
resolved_ty = "dev"
[graph."pesde/luau_lsp@1.39.0 lune".dependencies]
[graph."pesde/luau_lsp@1.39.2 lune".dependencies]
"lukadev_0/option@1.2.0 lune" = "option"
"lukadev_0/result@1.2.0 lune" = "result"
"pesde/toolchainlib@0.1.12 lune" = "core"
[graph."pesde/luau_lsp@1.39.0 lune".pkg_ref]
[graph."pesde/luau_lsp@1.39.2 lune".pkg_ref]
ref_ty = "pesde"
index_url = "https://github.com/pesde-pkg/index"
[graph."pesde/luau_lsp@1.39.0 lune".pkg_ref.dependencies]
[graph."pesde/luau_lsp@1.39.2 lune".pkg_ref.dependencies]
core = [{ name = "pesde/toolchainlib", version = "^0.1.12", index = "https://github.com/pesde-pkg/index", target = "lune" }, "standard"]
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "standard"]

View file

@ -33,4 +33,4 @@ default = "https://github.com/pesde-pkg/index"
stylua = { name = "pesde/stylua", version = "=2.0.2", target = "lune" }
frktest = { name = "itsfrank/frktest", version = "^0.0.2", target = "lune" }
asciitable = { name = "kimpure/asciitable", version = "^0.2.1" }
luau-lsp = { name = "pesde/luau_lsp", version = "=1.39.0", target = "lune" }
luau-lsp = { name = "pesde/luau_lsp", version = "=1.39.2", target = "lune" }