Skip to content

Commit c4e812d

Browse files
authored
upgrade dependencies, including hyparquet and hightable (#169)
1 parent 1958bf7 commit c4e812d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,30 +46,30 @@
4646
"watch:url": "nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet"
4747
},
4848
"dependencies": {
49-
"hightable": "0.11.0",
50-
"hyparquet": "1.8.4",
49+
"hightable": "0.12.1",
50+
"hyparquet": "1.8.6",
5151
"hyparquet-compressors": "1.0.0",
5252
"react": "18.3.1",
5353
"react-dom": "18.3.1"
5454
},
5555
"devDependencies": {
5656
"@testing-library/react": "16.2.0",
57-
"@types/node": "22.13.5",
58-
"@types/react": "19.0.8",
59-
"@types/react-dom": "19.0.3",
57+
"@types/node": "22.13.9",
58+
"@types/react": "19.0.10",
59+
"@types/react-dom": "19.0.4",
6060
"@vitejs/plugin-react": "4.3.4",
61-
"@vitest/coverage-v8": "3.0.7",
61+
"@vitest/coverage-v8": "3.0.8",
6262
"eslint": "9.21.0",
6363
"eslint-plugin-react": "7.37.4",
64-
"eslint-plugin-react-hooks": "5.1.0",
64+
"eslint-plugin-react-hooks": "5.2.0",
6565
"eslint-plugin-react-refresh": "0.4.19",
66-
"globals": "15.14.0",
66+
"globals": "16.0.0",
6767
"jsdom": "26.0.0",
6868
"nodemon": "3.1.9",
6969
"npm-run-all": "4.1.5",
70-
"typescript": "5.7.3",
71-
"typescript-eslint": "8.25.0",
72-
"vite": "6.2.0",
73-
"vitest": "3.0.7"
70+
"typescript": "5.8.2",
71+
"typescript-eslint": "8.26.0",
72+
"vite": "6.2.1",
73+
"vitest": "3.0.8"
7474
}
7575
}

0 commit comments

Comments
 (0)