From 7bfb643a12993586f6cbf8e82bf6054121abff56 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Thu, 18 Apr 2024 22:07:00 +0900 Subject: [PATCH] add version overrides --- dapp/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dapp/package.json b/dapp/package.json index 76e8aff..157e0cf 100644 --- a/dapp/package.json +++ b/dapp/package.json @@ -50,6 +50,10 @@ "web-vitals": "^2.1.0", "zustand": "^4.4.6" }, + "overrides": { + "@typescript-eslint/typescript-estree": "^5.57.1", + "typescript": "^5.0.4" + }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build",