Skip to content

Commit 46435f4

Browse files
authored
update deps (#40)
1 parent 4abc15e commit 46435f4

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

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.6.5",
16+
"@huggingface/hub": "2.6.10",
1717
"hightable": "0.20.0",
18-
"hyperparam": "0.3.21",
19-
"react": "19.1.1",
20-
"react-dom": "19.1.1"
18+
"hyperparam": "0.3.22",
19+
"react": "19.2.0",
20+
"react-dom": "19.2.0"
2121
},
2222
"devDependencies": {
23-
"@types/react": "19.1.13",
24-
"@types/react-dom": "19.1.9",
25-
"@vitejs/plugin-react": "5.0.3",
23+
"@types/react": "19.2.0",
24+
"@types/react-dom": "19.2.0",
25+
"@vitejs/plugin-react": "5.0.4",
2626
"@vitest/coverage-v8": "3.2.4",
2727
"eslint": "9.36.0",
2828
"eslint-plugin-react": "7.37.5",
29-
"eslint-plugin-react-hooks": "5.2.0",
30-
"eslint-plugin-react-refresh": "0.4.21",
29+
"eslint-plugin-react-hooks": "6.1.0",
30+
"eslint-plugin-react-refresh": "0.4.23",
3131
"globals": "16.4.0",
32-
"typescript": "5.8.3",
33-
"typescript-eslint": "8.44.1",
34-
"vite": "7.1.7",
32+
"typescript": "5.9.3",
33+
"typescript-eslint": "8.45.0",
34+
"vite": "7.1.9",
3535
"vitest": "3.2.4"
3636
}
3737
}

0 commit comments

Comments
 (0)