From 3d198a230b7b2bbbec1e7cc36762e756366b2534 Mon Sep 17 00:00:00 2001 From: Kenny Daniel Date: Fri, 28 Nov 2025 23:30:22 -0800 Subject: [PATCH] Publish v0.3.30 --- .github/workflows/ci.yml | 8 ++++---- package.json | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd5b5c2..c98ca21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,27 +8,27 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: npm i - run: npm run lint typecheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: npm i - run: npm run typecheck test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: npm i - run: npm run coverage buildcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: npm i - run: npm run build diff --git a/package.json b/package.json index 355f6d9..f1b95bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyperparam", - "version": "0.3.29", + "version": "0.3.30", "description": "Hyperparam CLI", "author": "Hyperparam", "homepage": "https://hyperparam.app", @@ -55,36 +55,36 @@ "watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet" }, "dependencies": { - "hightable": "0.21.1", - "hyparquet": "1.20.2", + "hightable": "0.23.0", + "hyparquet": "1.22.1", "hyparquet-compressors": "1.1.1", "icebird": "0.3.1" }, "devDependencies": { "@eslint/js": "9.39.1", - "@storybook/react-vite": "10.0.7", + "@storybook/react-vite": "10.1.2", "@testing-library/react": "16.3.0", "@types/node": "24.10.1", - "@types/react": "19.2.5", + "@types/react": "19.2.7", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "5.1.1", - "@vitest/coverage-v8": "4.0.9", + "@vitest/coverage-v8": "4.0.14", "eslint": "9.39.1", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-refresh": "0.4.24", - "eslint-plugin-storybook": "10.0.7", + "eslint-plugin-storybook": "10.1.2", "globals": "16.5.0", "jsdom": "27.2.0", "nodemon": "3.1.11", "npm-run-all": "4.1.5", "react": "19.2.0", "react-dom": "19.2.0", - "storybook": "10.0.7", + "storybook": "10.1.2", "typescript": "5.9.3", - "typescript-eslint": "8.46.4", - "vite": "7.2.2", - "vitest": "4.0.9" + "typescript-eslint": "8.48.0", + "vite": "7.2.4", + "vitest": "4.0.14" }, "peerDependencies": { "react": "^18.3.1 || ^19",