Skip to content

Commit

Permalink
upgrade hightable to 0.8.1 (fix row index)
Browse files Browse the repository at this point in the history
Also:

upgrade dependencies and publish

@hyparam/components 0.1.13
hyperparam 0.2.16
  • Loading branch information
severo committed Jan 13, 2025
1 parent 731cbc9 commit de47cac
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 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.8.1",
"react": "18.3.1",
"react-dom": "18.3.1"
}
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.8.1",
"hyparquet": "1.8.0",
"hyparquet-compressors": "1.0.0",
"react": "18.3.1",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
},
"overrides": {
"highlight.js": "11.10.0",
"hightable": "0.8.0",
"hightable": "0.8.1",
"hyparquet": "1.8.0",
"hyparquet-compressors": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@testing-library/react": "16.1.0",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/node": "22.10.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.8",
"eslint": "9.16.0",
"eslint-plugin-react": "7.37.2",
"eslint": "9.18.0",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"globals": "15.13.0",
"jsdom": "25.0.1",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"vite": "6.0.3",
"eslint-plugin-react-refresh": "0.4.18",
"globals": "15.14.0",
"jsdom": "26.0.0",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"vite": "6.0.7",
"vitest": "2.1.8"
}
}
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperparam",
"version": "0.2.15",
"version": "0.2.16",
"description": "Hyperparam CLI",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
Expand Down Expand Up @@ -28,17 +28,17 @@
"typecheck": "tsc"
},
"dependencies": {
"highlight.js": "11.10.0",
"@hyparam/components": "0.1.12",
"highlight.js": "11.11.1",
"@hyparam/components": "0.1.13",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-typescript": "12.1.2",
"rollup": "4.28.1",
"rollup-plugin-postcss": "4.0.2",
"tslib": "2.8.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyparam/components",
"version": "0.1.12",
"version": "0.1.13",
"description": "React components for hyparam apps",
"keywords": [
"component",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typecheck": "tsc"
},
"dependencies": {
"hightable": "0.8.0",
"hightable": "0.8.1",
"hyparquet": "1.8.0",
"hyparquet-compressors": "1.0.0"
},
Expand Down

0 comments on commit de47cac

Please sign in to comment.