chore: update tooling to sync with main

This commit is contained in:
Erica Marigold 2024-06-18 12:05:28 +05:30
parent 7af971d907
commit b6949e2eec
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,6 @@
],
"luau-lsp.require.mode": "relativeToFile",
"luau-lsp.require.directoryAliases": {
"@lune/": "~/.lune/.typedefs/0.8.4/"
"@lune/": "~/.lune/.typedefs/0.8.5/"
}
}

View file

@ -1,5 +1,5 @@
[tools]
just = "readysetplay/just@1.8.0"
luau-lsp = "JohnnyMorganz/luau-lsp@1.29.0"
lune = "lune-org/lune@0.8.4"
lune = "lune-org/lune@0.8.5"
stylua = "JohnnyMorganz/StyLua@0.20.0"