Skip to content

Commit

Permalink
upgrade to hightable 0.9.0, publish components 0.1.13 and hyperparam …
Browse files Browse the repository at this point in the history
…0.2.16
  • Loading branch information
severo committed Jan 15, 2025
1 parent 9946bb8 commit 398e7c8
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 844 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.1",
"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
2 changes: 1 addition & 1 deletion apps/hyparquet-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@hyparam/components": "0.1.13",
"hightable": "0.8.1",
"hightable": "0.9.0",
"hyparquet": "1.8.0",
"hyparquet-compressors": "1.0.0",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit 398e7c8

Please sign in to comment.