From 1ecac2cc40ef7723a4f536e9cf178fd34a0a113d Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Thu, 27 Mar 2025 10:36:59 +0100 Subject: [PATCH 1/3] upgrade dependencies in hightable demo --- hightable/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hightable/package.json b/hightable/package.json index 6cbd3ea..ab6288e 100644 --- a/hightable/package.json +++ b/hightable/package.json @@ -14,24 +14,24 @@ "typecheck": "tsc" }, "dependencies": { - "hightable": "0.13.0", + "hightable": "0.13.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-router": "7.3.0" + "react-router": "7.4.0" }, "devDependencies": { "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@vitejs/plugin-react": "4.3.4", - "@vitest/coverage-v8": "3.0.8", - "eslint": "9.21.0", + "@vitest/coverage-v8": "3.0.9", + "eslint": "9.23.0", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.19", "globals": "16.0.0", "typescript": "5.8.2", - "typescript-eslint": "8.26.0", - "vite": "6.2.1", - "vitest": "3.0.8" + "typescript-eslint": "8.28.0", + "vite": "6.2.3", + "vitest": "3.0.9" } } From 185c0da50ca8c571a888fbeb78ff178fd468c372 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Thu, 27 Mar 2025 10:50:46 +0100 Subject: [PATCH 2/3] upgrade hightable and other dependencies + fix CSS due to breaking changes --- hyparquet/package.json | 16 ++++++++-------- hyparquet/src/Page.tsx | 2 +- hyparquet/src/index.css | 4 +--- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/hyparquet/package.json b/hyparquet/package.json index 194a1a3..0c8054a 100644 --- a/hyparquet/package.json +++ b/hyparquet/package.json @@ -14,9 +14,9 @@ "typecheck": "tsc" }, "dependencies": { - "hyperparam": "0.2.24", - "hightable": "0.12.1", - "hyparquet": "1.8.6", + "hyperparam": "0.2.26", + "hightable": "0.13.1", + "hyparquet": "1.9.1", "hyparquet-compressors": "1.0.0", "react": "18.3.1", "react-dom": "18.3.1" @@ -25,15 +25,15 @@ "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@vitejs/plugin-react": "4.3.4", - "@vitest/coverage-v8": "3.0.8", - "eslint": "9.21.0", + "@vitest/coverage-v8": "3.0.9", + "eslint": "9.23.0", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.19", "globals": "16.0.0", "typescript": "5.8.2", - "typescript-eslint": "8.26.0", - "vite": "6.2.1", - "vitest": "3.0.8" + "typescript-eslint": "8.28.0", + "vite": "6.2.3", + "vitest": "3.0.9" } } diff --git a/hyparquet/src/Page.tsx b/hyparquet/src/Page.tsx index 1d3735e..231a33a 100644 --- a/hyparquet/src/Page.tsx +++ b/hyparquet/src/Page.tsx @@ -34,7 +34,7 @@ export default function Page({ metadata, df, name, byteLength, setError }: PageP {byteLength && } - {lens === 'table' && } + {lens === 'table' && } {lens === 'metadata' && } {lens === 'layout' && byteLength && } diff --git a/hyparquet/src/index.css b/hyparquet/src/index.css index 70b78c6..7d3989a 100644 --- a/hyparquet/src/index.css +++ b/hyparquet/src/index.css @@ -432,10 +432,8 @@ input[type="file"] { text-align: right; } -.table-corner { +.hightable thead td:first-child { background: url('https://hyperparam.app/assets/table/hyparquet.svg') #f9f4ff no-repeat center 6px; -} -.table thead th:first-child { min-width: 0; width: 0; } From 406de4a4a9be9f4d7a09dbbc02726adbea44db4e Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Thu, 27 Mar 2025 11:03:08 +0100 Subject: [PATCH 3/3] upgrade hyparquet, hyperparam, hyparquet-compressors --- hyparquet/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyparquet/package.json b/hyparquet/package.json index 0c8054a..d76c9c8 100644 --- a/hyparquet/package.json +++ b/hyparquet/package.json @@ -14,10 +14,10 @@ "typecheck": "tsc" }, "dependencies": { - "hyperparam": "0.2.26", + "hyperparam": "0.2.27", "hightable": "0.13.1", - "hyparquet": "1.9.1", - "hyparquet-compressors": "1.0.0", + "hyparquet": "1.10.1", + "hyparquet-compressors": "1.1.1", "react": "18.3.1", "react-dom": "18.3.1" },