Skip to content

Commit 8a71f24

Browse files
authored
Update deps (#36)
* update deps * update deps * update deps
1 parent 2a45a13 commit 8a71f24

File tree

6 files changed

+17
-30
lines changed

6 files changed

+17
-30
lines changed

hightable/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"hightable": "0.19.5",
17+
"hightable": "0.19.7",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1",
2020
"react-router": "7.9.1"
@@ -24,14 +24,14 @@
2424
"@types/react-dom": "19.1.9",
2525
"@vitejs/plugin-react": "5.0.3",
2626
"@vitest/coverage-v8": "3.2.4",
27-
"eslint": "9.35.0",
27+
"eslint": "9.36.0",
2828
"eslint-plugin-react": "7.37.5",
2929
"eslint-plugin-react-hooks": "5.2.0",
30-
"eslint-plugin-react-refresh": "0.4.20",
30+
"eslint-plugin-react-refresh": "0.4.21",
3131
"globals": "16.4.0",
3232
"typescript": "5.8.3",
33-
"typescript-eslint": "8.44.0",
34-
"vite": "7.1.5",
33+
"typescript-eslint": "8.44.1",
34+
"vite": "7.1.7",
3535
"vitest": "3.2.4"
3636
}
3737
}

hightable/src/index.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,4 @@ thead td:first-child {
132132
align-items: center;
133133
background: url("https://hyperparam.app/assets/table/hightable.svg") #f9f4ff
134134
no-repeat center 6px;
135-
136-
/* TODO: move to hightable? */
137-
&[aria-checked="true"] {
138-
background: revert;
139-
}
140135
}

hyparquet/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"hightable": "0.19.5",
17+
"hightable": "0.19.7",
1818
"hyparquet": "1.18.0",
1919
"hyparquet-compressors": "1.1.1",
20-
"hyperparam": "0.3.18",
20+
"hyperparam": "0.3.20",
2121
"react": "19.1.1",
2222
"react-dom": "19.1.1"
2323
},
@@ -26,14 +26,14 @@
2626
"@types/react-dom": "19.1.9",
2727
"@vitejs/plugin-react": "5.0.3",
2828
"@vitest/coverage-v8": "3.2.4",
29-
"eslint": "9.35.0",
29+
"eslint": "9.36.0",
3030
"eslint-plugin-react": "7.37.5",
3131
"eslint-plugin-react-hooks": "5.2.0",
32-
"eslint-plugin-react-refresh": "0.4.20",
32+
"eslint-plugin-react-refresh": "0.4.21",
3333
"globals": "16.4.0",
3434
"typescript": "5.8.3",
35-
"typescript-eslint": "8.44.0",
36-
"vite": "7.1.5",
35+
"typescript-eslint": "8.44.1",
36+
"vite": "7.1.7",
3737
"vitest": "3.2.4"
3838
}
3939
}

hyparquet/src/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,3 @@ input[type="file"] {
316316
background-color: #22222b;
317317
padding-left: 20px;
318318
}
319-
320-
[role="menu"] > button[role="menuitem"] {
321-
color: #444;
322-
}

icebird/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"hightable": "0.19.5",
18-
"hyperparam": "0.3.18",
17+
"hightable": "0.19.7",
18+
"hyperparam": "0.3.20",
1919
"icebird": "0.3.0",
2020
"react": "19.1.1",
2121
"react-dom": "19.1.1"
@@ -25,14 +25,14 @@
2525
"@types/react-dom": "19.1.9",
2626
"@vitejs/plugin-react": "5.0.3",
2727
"@vitest/coverage-v8": "3.2.4",
28-
"eslint": "9.35.0",
28+
"eslint": "9.36.0",
2929
"eslint-plugin-react": "7.37.5",
3030
"eslint-plugin-react-hooks": "5.2.0",
31-
"eslint-plugin-react-refresh": "0.4.20",
31+
"eslint-plugin-react-refresh": "0.4.21",
3232
"globals": "16.4.0",
3333
"typescript": "5.8.3",
34-
"typescript-eslint": "8.44.0",
35-
"vite": "7.1.5",
34+
"typescript-eslint": "8.44.1",
35+
"vite": "7.1.7",
3636
"vitest": "3.2.4"
3737
}
3838
}

icebird/src/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,3 @@ main {
257257
align-items: center;
258258
gap: 8px;
259259
}
260-
261-
[role="menu"] > button[role="menuitem"] {
262-
color: #444;
263-
}

0 commit comments

Comments
 (0)