Skip to content

Commit 705d708

Browse files
authored
upgrade deps (#43)
1 parent 9eb5667 commit 705d708

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

hightable/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"devDependencies": {
2323
"@types/react": "19.2.2",
2424
"@types/react-dom": "19.2.2",
25-
"@vitejs/plugin-react": "5.0.4",
26-
"@vitest/coverage-v8": "3.2.4",
25+
"@vitejs/plugin-react": "5.1.0",
26+
"@vitest/coverage-v8": "4.0.3",
2727
"eslint": "9.38.0",
2828
"eslint-plugin-react": "7.37.5",
29-
"eslint-plugin-react-hooks": "7.0.0",
29+
"eslint-plugin-react-hooks": "7.0.1",
3030
"eslint-plugin-react-refresh": "0.4.24",
3131
"globals": "16.4.0",
3232
"typescript": "5.9.3",
33-
"typescript-eslint": "8.46.1",
34-
"vite": "7.1.11",
35-
"vitest": "3.2.4"
33+
"typescript-eslint": "8.46.2",
34+
"vite": "7.1.12",
35+
"vitest": "4.0.3"
3636
}
3737
}

hyparquet/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"hightable": "0.20.2",
18-
"hyparquet": "1.20.0",
17+
"hightable": "0.20.3",
18+
"hyparquet": "1.20.1",
1919
"hyparquet-compressors": "1.1.1",
20-
"hyperparam": "0.3.25",
20+
"hyperparam": "0.3.26",
2121
"react": "19.2.0",
2222
"react-dom": "19.2.0"
2323
},
2424
"devDependencies": {
2525
"@types/react": "19.2.2",
2626
"@types/react-dom": "19.2.2",
27-
"@vitejs/plugin-react": "5.0.4",
28-
"@vitest/coverage-v8": "3.2.4",
27+
"@vitejs/plugin-react": "5.1.0",
28+
"@vitest/coverage-v8": "4.0.3",
2929
"eslint": "9.38.0",
3030
"eslint-plugin-react": "7.37.5",
31-
"eslint-plugin-react-hooks": "7.0.0",
31+
"eslint-plugin-react-hooks": "7.0.1",
3232
"eslint-plugin-react-refresh": "0.4.24",
3333
"globals": "16.4.0",
3434
"typescript": "5.9.3",
35-
"typescript-eslint": "8.46.1",
36-
"vite": "7.1.11",
37-
"vitest": "3.2.4"
35+
"typescript-eslint": "8.46.2",
36+
"vite": "7.1.12",
37+
"vitest": "4.0.3"
3838
}
3939
}

icebird/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"hightable": "0.20.2",
18-
"hyperparam": "0.3.25",
17+
"hightable": "0.20.3",
18+
"hyperparam": "0.3.26",
1919
"icebird": "0.3.1",
2020
"react": "19.2.0",
2121
"react-dom": "19.2.0"
2222
},
2323
"devDependencies": {
2424
"@types/react": "19.2.2",
2525
"@types/react-dom": "19.2.2",
26-
"@vitejs/plugin-react": "5.0.4",
27-
"@vitest/coverage-v8": "3.2.4",
26+
"@vitejs/plugin-react": "5.1.0",
27+
"@vitest/coverage-v8": "4.0.3",
2828
"eslint": "9.38.0",
2929
"eslint-plugin-react": "7.37.5",
30-
"eslint-plugin-react-hooks": "7.0.0",
30+
"eslint-plugin-react-hooks": "7.0.1",
3131
"eslint-plugin-react-refresh": "0.4.24",
3232
"globals": "16.4.0",
3333
"typescript": "5.9.3",
34-
"typescript-eslint": "8.46.1",
35-
"vite": "7.1.11",
36-
"vitest": "3.2.4"
34+
"typescript-eslint": "8.46.2",
35+
"vite": "7.1.12",
36+
"vitest": "4.0.3"
3737
}
3838
}

0 commit comments

Comments
 (0)