Skip to content

Commit 7bf0043

Browse files
committed
chore: update tooling
1 parent f3740c9 commit 7bf0043

File tree

6 files changed

+541
-429
lines changed

6 files changed

+541
-429
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: pnpm/action-setup@v3
18+
- uses: pnpm/action-setup@v4
1919
with:
20-
version: 9.1.2
21-
22-
- name: Install Dependencies
23-
run: pnpm install
20+
run_install: true
21+
- uses: CompeyDev/setup-rokit@v0.1.2
2422

2523
- name: Run ESLint
2624
run: pnpm eslint src

aftman.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,29 @@
3333
"access": "public"
3434
},
3535
"devDependencies": {
36-
"@rbxts/compiler-types": "^2.3.0-types.0",
36+
"@rbxts/compiler-types": "3.0.0-types.0",
37+
"@rbxts/react": "17.3.0-alpha.1",
38+
"@rbxts/react-roblox": "17.3.0-alpha.1",
3739
"@rbxts/testez": "0.4.2-ts.0",
38-
"@rbxts/types": "^1.0.754",
39-
"@typescript-eslint/eslint-plugin": "^5.61.0",
40-
"@typescript-eslint/parser": "^5.61.0",
41-
"eslint": "^8.44.0",
42-
"eslint-config-prettier": "^8.8.0",
40+
"@rbxts/types": "^1.0.854",
41+
"@typescript-eslint/eslint-plugin": "^8.32.1",
42+
"@typescript-eslint/parser": "^8.32.1",
43+
"eslint": "^8.57.1",
44+
"eslint-config-prettier": "^8.10.0",
4345
"eslint-plugin-prettier": "^4.2.1",
4446
"eslint-plugin-roblox-ts": "^0.0.35",
4547
"prettier": "^2.8.8",
46-
"roblox-ts": "2.3.0-dev-4e19cec",
47-
"typescript": "^5.1.6"
48+
"roblox-ts": "3.0.0",
49+
"typescript": "^5.8.3"
4850
},
4951
"dependencies": {
50-
"@rbxts/ripple": "*",
51-
"@rbxts/services": "^1.5.1",
52+
"@rbxts/ripple": "^0.9.3",
53+
"@rbxts/services": "^1.5.5",
5254
"@rbxts/set-timeout": "^1.1.2"
5355
},
5456
"peerDependencies": {
5557
"@rbxts/react": "*",
5658
"@rbxts/react-roblox": "*"
57-
}
59+
},
60+
"packageManager": "pnpm@10.11.0"
5861
}

0 commit comments

Comments
 (0)