From 1e4a64d2f8f820ad9ea650d0f50e3627da5a57d2 Mon Sep 17 00:00:00 2001 From: gagdiez Date: Fri, 26 Apr 2024 15:57:41 +0200 Subject: [PATCH] fix: npm install --- frontend/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index b511639..42303bb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,8 +34,11 @@ "react-singleton-hook": "^4.0.1", "zustand": "^4.5.2" }, + "overrides": { + "near-api-js": "^3.0.4" + }, "devDependencies": { - "eslint": "^9.0", - "eslint-config-next": "14.2.0" + "eslint": "^8.57.0", + "eslint-config-next": "14.2.2" } }