Skip to content

Commit

Permalink
upgrade hyparquet 1.5.0 -> 1.6.1 (#76)
Browse files Browse the repository at this point in the history
and utils 0.1.0 -> 0.1.2.
  • Loading branch information
severo authored Nov 22, 2024
1 parent c5edcd8 commit 949607b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/hyparquet-demo/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sharedEslintRules from '../../shared.eslint.config.js'
const { sharedJsRules, sharedTsRules } = sharedEslintRules

export default tseslint.config(
{ ignores: ['dist'] },
{ ignores: ['dist', 'coverage'] },
{
extends: [js.configs.recommended, ...tseslint.configs.strictTypeChecked, ...tseslint.configs.stylisticTypeChecked],
// Set the react version
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 @@ -13,8 +13,8 @@
"test": "vitest run --dir test"
},
"dependencies": {
"@hyparam/utils": "0.1.0",
"hyparquet": "1.5.0",
"@hyparam/utils": "0.1.2",
"hyparquet": "1.6.1",
"hyparquet-compressors": "0.1.4",
"hightable": "0.7.0",
"react": "18.3.1",
Expand Down

0 comments on commit 949607b

Please sign in to comment.