Skip to content

Commit 5992780

Browse files
bump tools
1 parent 4409178 commit 5992780

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"luau-lsp.require.directoryAliases": {
33
"@pkg": "node_modules/.luau-aliases"
4-
}
4+
},
5+
"stylua.targetReleaseVersion": "v2.0.1"
56
}

foreman.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tools]
22
rojo = { github = "rojo-rbx/rojo", version = "=7.4.4"}
33
selene = { github = "Kampfkarren/selene", version = "=0.27.1"}
4-
stylua = { github = "JohnnyMorganz/styLua", version = "=0.19.1" }
5-
darklua = { github = "seaofvoices/darklua", version = "=0.13.1"}
6-
luau-lsp = { github = "JohnnyMorganz/luau-lsp", version = "=1.32.4"}
4+
stylua = { github = "JohnnyMorganz/styLua", version = "=2.0.1" }
5+
darklua = { github = "seaofvoices/darklua", version = "=0.14.0"}
6+
luau-lsp = { github = "JohnnyMorganz/luau-lsp", version = "=1.35.0"}
77
wally = { github = "UpliftGames/wally", version = "=0.3.2" }

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"lint": "sh ./scripts/analyze.sh",
2323
"format": "stylua .",
2424
"style-check": "stylua . --check",
25-
"clean": "rm -rf node_modules roblox build"
25+
"clean": "rm -rf node_modules roblox build",
26+
"verify-pack": "yarn pack --dry-run"
2627
},
2728
"dependencies": {
2829
"luau-task": "^1.0.1"

0 commit comments

Comments
 (0)