Skip to content

Commit fb69f36

Browse files
committed
upgrade dependencies
1 parent a096063 commit fb69f36

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"test": "vitest run"
1414
},
1515
"dependencies": {
16-
"@huggingface/hub": "1.1.2",
17-
"hyperparam": "0.2.39",
18-
"hightable": "0.15.1",
16+
"@huggingface/hub": "2.0.1",
17+
"hyperparam": "0.2.43",
18+
"hightable": "0.15.4",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1"
2121
},
2222
"devDependencies": {
23-
"@types/react": "19.1.2",
24-
"@types/react-dom": "19.1.2",
23+
"@types/react": "19.1.4",
24+
"@types/react-dom": "19.1.4",
2525
"@vitejs/plugin-react": "4.4.1",
26-
"@vitest/coverage-v8": "3.1.2",
27-
"eslint": "9.25.1",
26+
"@vitest/coverage-v8": "3.1.3",
27+
"eslint": "9.26.0",
2828
"eslint-plugin-react": "7.37.5",
2929
"eslint-plugin-react-hooks": "5.2.0",
3030
"eslint-plugin-react-refresh": "0.4.20",
31-
"globals": "16.0.0",
31+
"globals": "16.1.0",
3232
"typescript": "5.8.3",
33-
"typescript-eslint": "8.31.0",
34-
"vite": "6.3.3",
35-
"vitest": "3.1.2"
33+
"typescript-eslint": "8.32.1",
34+
"vite": "6.3.5",
35+
"vitest": "3.1.3"
3636
}
3737
}

0 commit comments

Comments
 (0)