Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions hightable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc"
},
"dependencies": {
"hightable": "0.19.5",
"hightable": "0.19.7",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-router": "7.9.1"
Expand All @@ -24,14 +24,14 @@
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react": "5.0.3",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.35.0",
"eslint": "9.36.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"eslint-plugin-react-refresh": "0.4.21",
"globals": "16.4.0",
"typescript": "5.8.3",
"typescript-eslint": "8.44.0",
"vite": "7.1.5",
"typescript-eslint": "8.44.1",
"vite": "7.1.7",
"vitest": "3.2.4"
}
}
5 changes: 0 additions & 5 deletions hightable/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,4 @@ thead td:first-child {
align-items: center;
background: url("https://hyperparam.app/assets/table/hightable.svg") #f9f4ff
no-repeat center 6px;

/* TODO: move to hightable? */
&[aria-checked="true"] {
background: revert;
}
}
12 changes: 6 additions & 6 deletions hyparquet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"typecheck": "tsc"
},
"dependencies": {
"hightable": "0.19.5",
"hightable": "0.19.7",
"hyparquet": "1.18.0",
"hyparquet-compressors": "1.1.1",
"hyperparam": "0.3.18",
"hyperparam": "0.3.20",
"react": "19.1.1",
"react-dom": "19.1.1"
},
Expand All @@ -26,14 +26,14 @@
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react": "5.0.3",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.35.0",
"eslint": "9.36.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"eslint-plugin-react-refresh": "0.4.21",
"globals": "16.4.0",
"typescript": "5.8.3",
"typescript-eslint": "8.44.0",
"vite": "7.1.5",
"typescript-eslint": "8.44.1",
"vite": "7.1.7",
"vitest": "3.2.4"
}
}
4 changes: 0 additions & 4 deletions hyparquet/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,3 @@ input[type="file"] {
background-color: #22222b;
padding-left: 20px;
}

[role="menu"] > button[role="menuitem"] {
color: #444;
}
12 changes: 6 additions & 6 deletions icebird/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"typecheck": "tsc"
},
"dependencies": {
"hightable": "0.19.5",
"hyperparam": "0.3.18",
"hightable": "0.19.7",
"hyperparam": "0.3.20",
"icebird": "0.3.0",
"react": "19.1.1",
"react-dom": "19.1.1"
Expand All @@ -25,14 +25,14 @@
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react": "5.0.3",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.35.0",
"eslint": "9.36.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"eslint-plugin-react-refresh": "0.4.21",
"globals": "16.4.0",
"typescript": "5.8.3",
"typescript-eslint": "8.44.0",
"vite": "7.1.5",
"typescript-eslint": "8.44.1",
"vite": "7.1.7",
"vitest": "3.2.4"
}
}
4 changes: 0 additions & 4 deletions icebird/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,3 @@ main {
align-items: center;
gap: 8px;
}

[role="menu"] > button[role="menuitem"] {
color: #444;
}