From 153270c7ce105d882ededf156a9e9f7b86a3e84b Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 25 Jun 2023 20:31:44 -0700 Subject: Fix error TS2786 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index fe3dc7d..1f310cd 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,10 @@ "typescript": "^4.4.2", "web-vitals": "^2.1.0" }, + "resolutions": { + "@types/react": "17.0.14", + "@types/react-dom": "17.0.14" + }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", -- cgit v1.2.3