From 949607b403231df82a5f04e6fc051348a18e1507 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Fri, 22 Nov 2024 23:15:51 +0100 Subject: [PATCH] upgrade hyparquet 1.5.0 -> 1.6.1 (#76) and utils 0.1.0 -> 0.1.2. --- apps/hyparquet-demo/eslint.config.js | 2 +- apps/hyparquet-demo/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/hyparquet-demo/eslint.config.js b/apps/hyparquet-demo/eslint.config.js index 75e6b17..d54e90d 100644 --- a/apps/hyparquet-demo/eslint.config.js +++ b/apps/hyparquet-demo/eslint.config.js @@ -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 diff --git a/apps/hyparquet-demo/package.json b/apps/hyparquet-demo/package.json index 4ed7974..b841178 100644 --- a/apps/hyparquet-demo/package.json +++ b/apps/hyparquet-demo/package.json @@ -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",