Skip to content

Commit b831fc3

Browse files
authored
update dependencies (#25)
1 parent 452837c commit b831fc3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
},
1515
"dependencies": {
1616
"@huggingface/hub": "1.1.2",
17-
"hyperparam": "0.2.35",
18-
"hightable": "0.14.2",
17+
"hyperparam": "0.2.36",
18+
"hightable": "0.15.0",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1"
2121
},
2222
"devDependencies": {
2323
"@types/react": "19.1.2",
2424
"@types/react-dom": "19.1.2",
25-
"@vitejs/plugin-react": "4.3.4",
26-
"@vitest/coverage-v8": "3.1.1",
27-
"eslint": "9.24.0",
25+
"@vitejs/plugin-react": "4.4.1",
26+
"@vitest/coverage-v8": "3.1.2",
27+
"eslint": "9.25.1",
2828
"eslint-plugin-react": "7.37.5",
2929
"eslint-plugin-react-hooks": "5.2.0",
30-
"eslint-plugin-react-refresh": "0.4.19",
30+
"eslint-plugin-react-refresh": "0.4.20",
3131
"globals": "16.0.0",
3232
"typescript": "5.8.3",
33-
"typescript-eslint": "8.30.1",
34-
"vite": "6.2.6",
35-
"vitest": "3.1.1"
33+
"typescript-eslint": "8.31.0",
34+
"vite": "6.3.2",
35+
"vitest": "3.1.2"
3636
}
3737
}

0 commit comments

Comments
 (0)