From 89956c95660e3548f147cb68b9b892c0ee25b900 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Tue, 23 Sep 2025 15:17:05 +0200 Subject: [PATCH 1/3] update deps --- hightable/package.json | 10 +++++----- hightable/src/index.css | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/hightable/package.json b/hightable/package.json index 6ab63e7..25a6b7c 100644 --- a/hightable/package.json +++ b/hightable/package.json @@ -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" @@ -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" } } diff --git a/hightable/src/index.css b/hightable/src/index.css index a6ad391..d8d84d1 100644 --- a/hightable/src/index.css +++ b/hightable/src/index.css @@ -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; - } } From 969cb9cac256d99bffc02a1ba194a8ae61867cbf Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Tue, 23 Sep 2025 15:19:16 +0200 Subject: [PATCH 2/3] update deps --- hyparquet/package.json | 12 ++++++------ hyparquet/src/index.css | 4 ---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/hyparquet/package.json b/hyparquet/package.json index 6603652..baadcac 100644 --- a/hyparquet/package.json +++ b/hyparquet/package.json @@ -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" }, @@ -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" } } diff --git a/hyparquet/src/index.css b/hyparquet/src/index.css index cfe819e..033aa0c 100644 --- a/hyparquet/src/index.css +++ b/hyparquet/src/index.css @@ -316,7 +316,3 @@ input[type="file"] { background-color: #22222b; padding-left: 20px; } - -[role="menu"] > button[role="menuitem"] { - color: #444; -} From af21bda9f55cbdd61c67557564fa47aa1f8f3250 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Tue, 23 Sep 2025 15:20:22 +0200 Subject: [PATCH 3/3] update deps --- icebird/package.json | 12 ++++++------ icebird/src/index.css | 4 ---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/icebird/package.json b/icebird/package.json index b180efd..ba4c709 100644 --- a/icebird/package.json +++ b/icebird/package.json @@ -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" @@ -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" } } diff --git a/icebird/src/index.css b/icebird/src/index.css index d29d658..b0154c6 100644 --- a/icebird/src/index.css +++ b/icebird/src/index.css @@ -257,7 +257,3 @@ main { align-items: center; gap: 8px; } - -[role="menu"] > button[role="menuitem"] { - color: #444; -}