Skip to content

Commit 3d198a2

Browse files
committed
Publish v0.3.30
1 parent 9b70e45 commit 3d198a2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- run: npm i
1313
- run: npm run lint
1414

1515
typecheck:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- run: npm i
2020
- run: npm run typecheck
2121

2222
test:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- run: npm i
2727
- run: npm run coverage
2828

2929
buildcheck:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
- run: npm i
3434
- run: npm run build

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperparam",
3-
"version": "0.3.29",
3+
"version": "0.3.30",
44
"description": "Hyperparam CLI",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",
@@ -55,36 +55,36 @@
5555
"watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet"
5656
},
5757
"dependencies": {
58-
"hightable": "0.21.1",
59-
"hyparquet": "1.20.2",
58+
"hightable": "0.23.0",
59+
"hyparquet": "1.22.1",
6060
"hyparquet-compressors": "1.1.1",
6161
"icebird": "0.3.1"
6262
},
6363
"devDependencies": {
6464
"@eslint/js": "9.39.1",
65-
"@storybook/react-vite": "10.0.7",
65+
"@storybook/react-vite": "10.1.2",
6666
"@testing-library/react": "16.3.0",
6767
"@types/node": "24.10.1",
68-
"@types/react": "19.2.5",
68+
"@types/react": "19.2.7",
6969
"@types/react-dom": "19.2.3",
7070
"@vitejs/plugin-react": "5.1.1",
71-
"@vitest/coverage-v8": "4.0.9",
71+
"@vitest/coverage-v8": "4.0.14",
7272
"eslint": "9.39.1",
7373
"eslint-plugin-react": "7.37.5",
7474
"eslint-plugin-react-hooks": "7.0.1",
7575
"eslint-plugin-react-refresh": "0.4.24",
76-
"eslint-plugin-storybook": "10.0.7",
76+
"eslint-plugin-storybook": "10.1.2",
7777
"globals": "16.5.0",
7878
"jsdom": "27.2.0",
7979
"nodemon": "3.1.11",
8080
"npm-run-all": "4.1.5",
8181
"react": "19.2.0",
8282
"react-dom": "19.2.0",
83-
"storybook": "10.0.7",
83+
"storybook": "10.1.2",
8484
"typescript": "5.9.3",
85-
"typescript-eslint": "8.46.4",
86-
"vite": "7.2.2",
87-
"vitest": "4.0.9"
85+
"typescript-eslint": "8.48.0",
86+
"vite": "7.2.4",
87+
"vitest": "4.0.14"
8888
},
8989
"peerDependencies": {
9090
"react": "^18.3.1 || ^19",

0 commit comments

Comments
 (0)