Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
littensy committed Nov 28, 2023
1 parent 10fbd6f commit 0e8fa15
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 232 deletions.
8 changes: 4 additions & 4 deletions aftman.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tools]
rojo = "rojo-rbx/rojo@7.3.0"
rojo = "rojo-rbx/rojo@7.4.0-rc3"
wally = "UpliftGames/[email protected]"
stylua = "johnnymorganz/stylua@0.18.1"
selene = "Kampfkarren/selene@0.25.0"
luau-lsp = "johnnymorganz/luau-lsp@1.22.1"
stylua = "johnnymorganz/stylua@0.19.1"
selene = "Kampfkarren/selene@0.26.1"
luau-lsp = "johnnymorganz/luau-lsp@1.26.0"
run-in-roblox = "rojo-rbx/[email protected]"
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "2.1.0-types.1",
"@rbxts/remo": "^1.2.1",
"@rbxts/compiler-types": "2.2.0-types.0",
"@rbxts/remo": "^1.2.4",
"@rbxts/rodux": "3.0.0-ts.3",
"@rbxts/roselect": "^0.1.2",
"@rbxts/services": "^1.5.1",
"@rbxts/testez": "0.4.2-ts.0",
"@rbxts/types": "^1.0.704",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"@rbxts/types": "^1.0.732",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^2.8.8",
"roblox-ts": "^2.1.0",
"typescript": "^5.1.6"
"roblox-ts": "^2.2.0",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 0e8fa15

Please sign in to comment.