chore(pkg): use pesde-managed stylua

This commit is contained in:
Erica Marigold 2024-12-08 17:51:01 +00:00
parent 57f7719b81
commit 79cbf8fdf4
Signed by: DevComp
GPG key ID: 429EF1C337871656
2 changed files with 29 additions and 0 deletions

View file

@ -189,6 +189,34 @@ result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://gith
environment = "lune" environment = "lune"
bin = "init.luau" bin = "init.luau"
[graph."pesde/stylua"."2.0.1 lune"]
direct = ["stylua", { name = "pesde/stylua", version = "^2.0.1" }, "dev"]
resolved_ty = "dev"
[graph."pesde/stylua"."2.0.1 lune".target]
environment = "lune"
bin = "init.luau"
[graph."pesde/stylua"."2.0.1 lune".dependencies]
"lukadev_0/option" = ["1.2.0 lune", "option"]
"lukadev_0/result" = ["1.2.0 lune", "result"]
"pesde/toolchainlib" = ["0.1.2 lune", "core"]
[graph."pesde/stylua"."2.0.1 lune".pkg_ref]
ref_ty = "pesde"
name = "pesde/stylua"
version = "2.0.1"
index_url = "https://github.com/pesde-pkg/index"
[graph."pesde/stylua"."2.0.1 lune".pkg_ref.dependencies]
core = [{ name = "pesde/toolchainlib", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"]
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
[graph."pesde/stylua"."2.0.1 lune".pkg_ref.target]
environment = "lune"
bin = "init.luau"
[graph."pesde/toolchainlib"."0.1.2 lune"] [graph."pesde/toolchainlib"."0.1.2 lune"]
resolved_ty = "standard" resolved_ty = "standard"

View file

@ -30,6 +30,7 @@ lib = "src/init.luau"
frktest = { name = "itsfrank/frktest", version = "^0.0.2" } frktest = { name = "itsfrank/frktest", version = "^0.0.2" }
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" } pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" }
luau_lsp = { name = "pesde/luau_lsp", version = "^1.36.0" } luau_lsp = { name = "pesde/luau_lsp", version = "^1.36.0" }
stylua = { name = "pesde/stylua", version = "^2.0.1" }
[indices] [indices]
default = "https://github.com/pesde-pkg/index" default = "https://github.com/pesde-pkg/index"