Skip to content

Commit

Permalink
upgrade hightable to 0.9.0 (fix row index) (#141)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
severo authored Jan 15, 2025
1 parent 731cbc9 commit 6295b19
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 865 deletions.
2 changes: 1 addition & 1 deletion apps/hightable-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc"
},
"dependencies": {
"hightable": "0.8.0",
"hightable": "0.9.0",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
216 changes: 0 additions & 216 deletions apps/hightable-demo/src/HighTable.css

This file was deleted.

4 changes: 4 additions & 0 deletions apps/hightable-demo/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ nav {
display: flex;
flex: 1;
}

.table-corner {
background: url('https://hyperparam.app/assets/table/hightable.svg') #e4e4e6 no-repeat center 6px;
}
2 changes: 1 addition & 1 deletion apps/hightable-demo/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { HighTable } from 'hightable'
import 'hightable/src/HighTable.css'
import { StrictMode } from 'react'
import ReactDOM from 'react-dom/client'
import { data } from './data'
import './HighTable.css'
import './index.css'

const app = document.getElementById('app')
Expand Down
4 changes: 2 additions & 2 deletions apps/hyparquet-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@hyparam/components": "0.1.12",
"hightable": "0.8.0",
"@hyparam/components": "0.1.13",
"hightable": "0.9.0",
"hyparquet": "1.8.0",
"hyparquet-compressors": "1.0.0",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit 6295b19

Please sign in to comment.