Skip to content

Commit 9d67cd3

Browse files
authored
Merge pull request #9 from hyparam/update-dependencies
Update dependencies
2 parents c70025e + 65d2c79 commit 9d67cd3

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

hightable/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"hightable": "0.13.4",
17+
"hightable": "0.14.1",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1",
20-
"react-router": "7.4.1"
20+
"react-router": "7.5.0"
2121
},
2222
"devDependencies": {
23-
"@types/react": "18.3.18",
24-
"@types/react-dom": "18.3.5",
23+
"@types/react": "19.1.0",
24+
"@types/react-dom": "19.1.1",
2525
"@vitejs/plugin-react": "4.3.4",
2626
"@vitest/coverage-v8": "3.1.1",
27-
"eslint": "9.23.0",
28-
"eslint-plugin-react": "7.37.4",
27+
"eslint": "9.24.0",
28+
"eslint-plugin-react": "7.37.5",
2929
"eslint-plugin-react-hooks": "5.2.0",
3030
"eslint-plugin-react-refresh": "0.4.19",
3131
"globals": "16.0.0",
32-
"typescript": "5.8.2",
33-
"typescript-eslint": "8.29.0",
34-
"vite": "6.2.4",
32+
"typescript": "5.8.3",
33+
"typescript-eslint": "8.29.1",
34+
"vite": "6.2.5",
3535
"vitest": "3.1.1"
3636
}
3737
}

hightable/src/data.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AsyncRow, rowCache, sortableDataFrame, wrapPromise } from 'hightable'
1+
import { AsyncRow, rowCache, sortableDataFrame, wrapPromise, wrapResolved } from 'hightable'
22

33
function lorem(rand: number, length: number): string {
44
const words = 'lorem ipsum dolor sit amet consectetur adipiscing elit'.split(' ')
@@ -33,7 +33,7 @@ const mockData = {
3333
[key, wrapPromise(delay(value, 100 * Math.floor(10 * Math.random())))],
3434
))
3535
arr.push({
36-
index: wrapPromise(i),
36+
index: wrapResolved(i),
3737
cells,
3838
})
3939
}

hyparquet/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
1414
"typecheck": "tsc"
1515
},
1616
"dependencies": {
17-
"hyperparam": "0.2.31",
18-
"hightable": "0.13.4",
19-
"hyparquet": "1.10.3",
17+
"hyperparam": "0.2.32",
18+
"hightable": "0.14.1",
19+
"hyparquet": "1.11.0",
2020
"hyparquet-compressors": "1.1.1",
2121
"react": "18.3.1",
2222
"react-dom": "18.3.1"
2323
},
2424
"devDependencies": {
25-
"@types/react": "18.3.18",
26-
"@types/react-dom": "18.3.5",
25+
"@types/react": "19.1.0",
26+
"@types/react-dom": "19.1.1",
2727
"@vitejs/plugin-react": "4.3.4",
2828
"@vitest/coverage-v8": "3.1.1",
29-
"eslint": "9.23.0",
30-
"eslint-plugin-react": "7.37.4",
29+
"eslint": "9.24.0",
30+
"eslint-plugin-react": "7.37.5",
3131
"eslint-plugin-react-hooks": "5.2.0",
3232
"eslint-plugin-react-refresh": "0.4.19",
3333
"globals": "16.0.0",
34-
"typescript": "5.8.2",
35-
"typescript-eslint": "8.29.0",
36-
"vite": "6.2.4",
34+
"typescript": "5.8.3",
35+
"typescript-eslint": "8.29.1",
36+
"vite": "6.2.5",
3737
"vitest": "3.1.1"
3838
}
3939
}

0 commit comments

Comments
 (0)