Skip to content

Commit 564897b

Browse files
committed
update dependencies
1 parent 4d561d2 commit 564897b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"test": "vitest run"
1414
},
1515
"dependencies": {
16-
"@huggingface/hub": "2.2.0",
17-
"hightable": "0.17.0",
18-
"hyperparam": "0.2.48",
16+
"@huggingface/hub": "2.4.0",
17+
"hightable": "0.18.1",
18+
"hyperparam": "0.3.4",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1"
2121
},
2222
"devDependencies": {
23-
"@types/react": "19.1.6",
24-
"@types/react-dom": "19.1.6",
25-
"@vitejs/plugin-react": "4.5.1",
26-
"@vitest/coverage-v8": "3.2.1",
27-
"eslint": "9.28.0",
23+
"@types/react": "19.1.9",
24+
"@types/react-dom": "19.1.7",
25+
"@vitejs/plugin-react": "4.7.0",
26+
"@vitest/coverage-v8": "3.2.4",
27+
"eslint": "9.32.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.2.0",
31+
"globals": "16.3.0",
3232
"typescript": "5.8.3",
33-
"typescript-eslint": "8.33.1",
34-
"vite": "6.3.5",
35-
"vitest": "3.2.1"
33+
"typescript-eslint": "8.38.0",
34+
"vite": "7.0.6",
35+
"vitest": "3.2.4"
3636
}
3737
}

0 commit comments

Comments
 (0)