Skip to content

Commit 57aad9e

Browse files
committed
chore: update dependencies
1 parent 0234b6e commit 57aad9e

File tree

3 files changed

+160
-122
lines changed

3 files changed

+160
-122
lines changed

hk.pkl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
amends "package://github.com/jdx/hk/releases/download/v0.8.2/hk@0.8.2#/Config.pkl"
2-
import "package://github.com/jdx/hk/releases/download/v0.8.2/hk@0.8.2#/Builtins.pkl"
32

43
min_hk_version = "0.8.2"
54

@@ -8,7 +7,11 @@ local linters = new Mapping<String, Step> {
87
check = "tsc --noEmit"
98
glob = List("*.js", "*.ts")
109
}
11-
["biome"] = Builtins.biome
10+
["biome"] {
11+
fix = "biome check --fix"
12+
check = "biome check"
13+
glob = List("*.js", "*.ts", "*.json")
14+
}
1215
}
1316

1417
hooks {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,8 @@
763763
},
764764
"devDependencies": {
765765
"@biomejs/biome": "1.9.4",
766-
"@rsbuild/core": "^1.1.13",
767-
"@rsbuild/plugin-react": "^1.1.0",
766+
"@rsbuild/core": "^1.3.9",
767+
"@rsbuild/plugin-react": "^1.2.0",
768768
"@types/bun": "^1.1.16",
769769
"@types/micromatch": "^4.0.9",
770770
"@types/node": "^22.10.5",
@@ -782,7 +782,7 @@
782782
"@tanstack/match-sorter-utils": "^8.19.4",
783783
"@tanstack/react-query": "^5.64.0",
784784
"@tanstack/react-table": "^8.20.6",
785-
"@vscode-elements/react-elements": "^0.8.0",
785+
"@vscode-elements/react-elements": "^1.15.0",
786786
"@vscode/codicons": "^0.0.36",
787787
"async-cache-dedupe": "^2.2.0",
788788
"cheerio": "^1.0.0",

0 commit comments

Comments
 (0)