Skip to content

Commit 6f49800

Browse files
committed
chore: bump deps
1 parent 591b384 commit 6f49800

5 files changed

Lines changed: 643 additions & 736 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

mise.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ description = 'Render webviews in watch mode.'
8686
run = 'node --run dev-webviews'
8787
depends = ['install']
8888

89-
9089
[tasks.dev-reload-vscode]
9190
description = 'Starts the project in watch mode and opens the extension in VSCode. Reload VSCode on changes'
9291
depends = ['dev-extension', 'dev-webviews', 'watch-vscode']
@@ -112,7 +111,7 @@ depends = ['install']
112111
run = 'hk fix'
113112

114113
[tasks.test]
115-
description = 'Run tests (with bun)'
114+
description = 'Run tests'
116115
depends = ['install']
117116
run = 'node --run test'
118117

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -904,44 +904,44 @@
904904
"e2e-tests": "vscode-test"
905905
},
906906
"devDependencies": {
907-
"@biomejs/biome": "2.2.5",
908-
"@rsbuild/core": "^1.5.13",
909-
"@rsbuild/plugin-react": "^1.4.1",
910-
"@rslib/core": "^0.17.0",
911-
"@types/bun": "^1.2.23",
912-
"@types/micromatch": "^4.0.9",
913-
"@types/node": "^22.10.5",
914-
"@types/react": "^18.3.26",
907+
"@biomejs/biome": "2.3.10",
908+
"@rsbuild/core": "^1.6.15",
909+
"@rsbuild/plugin-react": "^1.4.2",
910+
"@rslib/core": "^0.19.0",
911+
"@types/bun": "^1.3.5",
912+
"@types/micromatch": "^4.0.10",
913+
"@types/node": "^24.10.4",
914+
"@types/react": "^18.3.27",
915915
"@types/react-dom": "^18.3.7",
916916
"@types/vscode": "^1.85.0",
917917
"@types/sinon": "^17.0.4",
918918
"@types/tmp": "^0.2.6",
919-
"@vscode/test-cli": "^0.0.11",
919+
"@vscode/test-cli": "^0.0.12",
920920
"@vscode/test-electron": "^2.5.2",
921-
"bun": "^1.2.23",
922-
"sinon": "^21.0.0",
921+
"bun": "^1.3.5",
922+
"sinon": "^21.0.1",
923923
"tmp": "^0.2.5",
924-
"tsx": "^4.19.2",
924+
"tsx": "^4.21.0",
925925
"typescript": "^5.9.3"
926926
},
927927
"dependencies": {
928928
"@rsbuild/plugin-node-polyfill": "^1.4.2",
929929
"@std/collections": "npm:@jsr/std__collections@^1.0.9",
930930
"@tanstack/match-sorter-utils": "^8.19.4",
931-
"@tanstack/react-query": "^5.90.2",
931+
"@tanstack/react-query": "^5.90.14",
932932
"@tanstack/react-table": "^8.21.3",
933933
"@vscode-elements/react-elements": "^1.15.1",
934-
"@vscode/codicons": "^0.0.40",
934+
"@vscode/codicons": "^0.0.44",
935935
"async-cache-dedupe": "^2.2.0",
936-
"cheerio": "^1.0.0",
936+
"cheerio": "^1.1.2",
937937
"d3": "^7.9.0",
938938
"d3-graphviz": "^5.6.0",
939939
"micromatch": "^4.0.8",
940940
"react": "18.3.1",
941941
"react-dom": "18.3.1",
942942
"react-error-boundary": "^4.1.2",
943943
"toml-v1": "^1.0.0",
944-
"zustand": "^5.0.8"
944+
"zustand": "^5.0.9"
945945
},
946946
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
947947
}

0 commit comments

Comments
 (0)