Skip to content

Commit 6295b19

Browse files
authored
upgrade hightable to 0.9.0 (fix row index) (#141)
* upgrade hightable to 0.8.1 (fix row index) Also: upgrade dependencies and publish @hyparam/components 0.1.13 hyperparam 0.2.16 * fix dependency * upgrade to hightable 0.9.0, publish components 0.1.13 and hyperparam 0.2.16
1 parent 731cbc9 commit 6295b19

File tree

17 files changed

+44
-865
lines changed

17 files changed

+44
-865
lines changed

apps/hightable-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"hightable": "0.8.0",
17+
"hightable": "0.9.0",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1"
2020
}

apps/hightable-demo/src/HighTable.css

Lines changed: 0 additions & 216 deletions
This file was deleted.

apps/hightable-demo/src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ nav {
5050
display: flex;
5151
flex: 1;
5252
}
53+
54+
.table-corner {
55+
background: url('https://hyperparam.app/assets/table/hightable.svg') #e4e4e6 no-repeat center 6px;
56+
}

apps/hightable-demo/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { HighTable } from 'hightable'
2+
import 'hightable/src/HighTable.css'
23
import { StrictMode } from 'react'
34
import ReactDOM from 'react-dom/client'
45
import { data } from './data'
5-
import './HighTable.css'
66
import './index.css'
77

88
const app = document.getElementById('app')

apps/hyparquet-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"@hyparam/components": "0.1.12",
18-
"hightable": "0.8.0",
17+
"@hyparam/components": "0.1.13",
18+
"hightable": "0.9.0",
1919
"hyparquet": "1.8.0",
2020
"hyparquet-compressors": "1.0.0",
2121
"react": "18.3.1",

0 commit comments

Comments
 (0)