diff --git a/package.json b/package.json index 50897fb..c77f04a 100644 --- a/package.json +++ b/package.json @@ -13,25 +13,25 @@ "test": "vitest run" }, "dependencies": { - "@huggingface/hub": "2.6.5", + "@huggingface/hub": "2.6.10", "hightable": "0.20.0", - "hyperparam": "0.3.21", - "react": "19.1.1", - "react-dom": "19.1.1" + "hyperparam": "0.3.22", + "react": "19.2.0", + "react-dom": "19.2.0" }, "devDependencies": { - "@types/react": "19.1.13", - "@types/react-dom": "19.1.9", - "@vitejs/plugin-react": "5.0.3", + "@types/react": "19.2.0", + "@types/react-dom": "19.2.0", + "@vitejs/plugin-react": "5.0.4", "@vitest/coverage-v8": "3.2.4", "eslint": "9.36.0", "eslint-plugin-react": "7.37.5", - "eslint-plugin-react-hooks": "5.2.0", - "eslint-plugin-react-refresh": "0.4.21", + "eslint-plugin-react-hooks": "6.1.0", + "eslint-plugin-react-refresh": "0.4.23", "globals": "16.4.0", - "typescript": "5.8.3", - "typescript-eslint": "8.44.1", - "vite": "7.1.7", + "typescript": "5.9.3", + "typescript-eslint": "8.45.0", + "vite": "7.1.9", "vitest": "3.2.4" } }