From a08dd73860e37cab2bb8b94e892ff1821a4a3f28 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Mon, 22 Jun 2026 23:57:31 +0000 Subject: [PATCH] Fix package.json: add missing deps (fabric, @vitejs/plugin-react), fix wrong versions (eslint plugins), remove non-existent package --- frontend/package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 05710f3..dcc220c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,19 +16,20 @@ "rbush": "^3.0.1", "yjs": "^13.6.20", "y-websocket": "^2.0.4", - "jspdf": "^2.5.2" + "jspdf": "^2.5.2", + "fabric": "^5.3.0" }, "devDependencies": { "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", - "@typescript-eslint/eslint-plugin-react-hooks": "^5.0.0", + "@vitejs/plugin-react": "^6.0.2", "eslint": "^9.0.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-react": "^5.0.0", - "eslint-plugin-react-hooks": "^0.5.0", - "eslint-plugin-react-refresh": "^0.5.0", + "eslint-plugin-react": "^7.37.5", + "eslint-plugin-react-hooks": "^7.1.1", + "eslint-plugin-react-refresh": "^0.4.20", "prettier": "^3.0.0", "typescript": "^5.0.0", "vite": "^6.0.0",