Skip to content

Commit 79d6531

Browse files
committed
upgrade hightable, and increment packages versions
1 parent 1874b64 commit 79d6531

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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": "../../../hightable",
17+
"hightable": "0.9.1",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1",
2020
"react-router": "7.1.3"

apps/hyparquet-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@hyparam/components": "0.1.13",
18-
"hightable": "0.9.0",
18+
"hightable": "0.9.1",
1919
"hyparquet": "1.8.0",
2020
"hyparquet-compressors": "1.0.0",
2121
"react": "18.3.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"overrides": {
1818
"highlight.js": "11.11.1",
19-
"hightable": "0.9.0",
19+
"hightable": "0.9.1",
2020
"hyparquet": "1.8.0",
2121
"hyparquet-compressors": "1.0.0",
2222
"react": "18.3.1",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperparam",
3-
"version": "0.2.16",
3+
"version": "0.2.17",
44
"description": "Hyperparam CLI",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"highlight.js": "11.11.1",
32-
"hightable": "0.9.0",
32+
"hightable": "0.9.1",
3333
"@hyparam/components": "0.1.13",
3434
"react": "18.3.1",
3535
"react-dom": "18.3.1"

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyparam/components",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "React components for hyparam apps",
55
"keywords": [
66
"component",
@@ -40,7 +40,7 @@
4040
"typecheck": "tsc"
4141
},
4242
"dependencies": {
43-
"hightable": "0.9.0",
43+
"hightable": "0.9.1",
4444
"hyparquet": "1.8.0",
4545
"hyparquet-compressors": "1.0.0"
4646
},

0 commit comments

Comments
 (0)