Skip to content

Commit 1d1d28a

Browse files
committed
2 parents 5954d1b + ff7d014 commit 1d1d28a

5 files changed

Lines changed: 889 additions & 688 deletions

File tree

.github/workflows/qa-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pnpm qa:benchmark -- --output-dir artifacts/qa-benchmarks
4747
4848
- name: Upload QA benchmark artifacts
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v7
5050
with:
5151
name: qa-benchmark
5252
path: artifacts/qa-benchmarks

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"author": "",
5454
"license": "ISC",
5555
"devDependencies": {
56-
"@biomejs/biome": "^2.3.10",
57-
"@types/node": "^25.0.3",
56+
"@biomejs/biome": "^2.4.4",
57+
"@types/node": "^25.3.3",
5858
"@typescript/native-preview": "7.0.0-dev.20251127.1",
5959
"husky": "^9.1.7",
60-
"lint-staged": "^16.2.7",
61-
"turbo": "^2.8.5",
60+
"lint-staged": "^16.3.0",
61+
"turbo": "^2.8.12",
6262
"typescript": "^5.9.3",
63-
"vitest": "^4.0.16"
63+
"vitest": "^4.0.18"
6464
},
6565
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
6666
}

0 commit comments

Comments
 (0)