Skip to content

Commit 74cf532

Browse files
committed
Use parquetQuery for sorting, plus row cache
1 parent a562722 commit 74cf532

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"highlight.js": "11.10.0",
26-
"hightable": "0.4.5",
26+
"hightable": "0.5.1",
2727
"hyparquet": "1.4.0",
2828
"hyparquet-compressors": "0.1.4"
2929
},
@@ -34,8 +34,8 @@
3434
"@rollup/plugin-terser": "0.4.4",
3535
"@rollup/plugin-typescript": "12.1.0",
3636
"@testing-library/react": "16.0.1",
37-
"@types/node": "22.7.3",
38-
"@types/react": "18.3.9",
37+
"@types/node": "22.7.4",
38+
"@types/react": "18.3.10",
3939
"@types/react-dom": "18.3.0",
4040
"@vitejs/plugin-react": "4.3.1",
4141
"@vitest/coverage-v8": "2.1.1",
@@ -44,7 +44,7 @@
4444
"jsdom": "25.0.1",
4545
"react": "18.3.1",
4646
"react-dom": "18.3.1",
47-
"rollup": "4.22.4",
47+
"rollup": "4.22.5",
4848
"rollup-plugin-postcss": "4.0.2",
4949
"tslib": "2.7.0",
5050
"typescript": "5.6.2",

0 commit comments

Comments
 (0)