Skip to content

Commit 7d6b2b2

Browse files
authored
update dependencies (fix bugs in hightable) (#201)
1 parent 8d25017 commit 7d6b2b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
"watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet"
5151
},
5252
"dependencies": {
53-
"hightable": "0.13.3",
53+
"hightable": "0.13.4",
5454
"hyparquet": "1.10.2",
5555
"hyparquet-compressors": "1.1.1",
56-
"icebird": "0.1.12",
56+
"icebird": "0.1.13",
5757
"react": "18.3.1",
5858
"react-dom": "18.3.1"
5959
},
6060
"devDependencies": {
6161
"@eslint/js": "9.23.0",
62-
"@testing-library/react": "16.2.0",
63-
"@types/node": "22.13.15",
62+
"@testing-library/react": "16.3.0",
63+
"@types/node": "22.14.0",
6464
"@types/react": "19.0.12",
6565
"@types/react-dom": "19.0.4",
6666
"@vitejs/plugin-react": "4.3.4",

0 commit comments

Comments
 (0)