From 0c8c4d22047d8ace588a065e6ba730af1fdaecb7 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Mon, 6 Oct 2025 12:33:43 +0200 Subject: [PATCH] update deps --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c77f04a..1bb6aa0 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ }, "dependencies": { "@huggingface/hub": "2.6.10", - "hightable": "0.20.0", - "hyperparam": "0.3.22", + "hightable": "0.20.1", + "hyperparam": "0.3.23", "react": "19.2.0", "react-dom": "19.2.0" }, @@ -24,9 +24,9 @@ "@types/react-dom": "19.2.0", "@vitejs/plugin-react": "5.0.4", "@vitest/coverage-v8": "3.2.4", - "eslint": "9.36.0", + "eslint": "9.37.0", "eslint-plugin-react": "7.37.5", - "eslint-plugin-react-hooks": "6.1.0", + "eslint-plugin-react-hooks": "6.1.1", "eslint-plugin-react-refresh": "0.4.23", "globals": "16.4.0", "typescript": "5.9.3",