From 907340aadad4ed4a996802ae061ec5dc720d38b9 Mon Sep 17 00:00:00 2001 From: X Date: Tue, 14 Nov 2023 19:04:52 +0800 Subject: [PATCH] Upgrade @types/react to latest version --- server/consts.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/consts.go b/server/consts.go index cccace234..cffc766c5 100644 --- a/server/consts.go +++ b/server/consts.go @@ -17,8 +17,8 @@ const ( // fix some npm package versions var fixedPkgVersions = map[string]string{ - "@types/react@17": "17.0.67", - "@types/react@18": "18.2.25", + "@types/react@17": "17.0.70", + "@types/react@18": "18.2.37", "isomorphic-ws@4": "5.0.0", "resolve@1.22": "1.22.2", // 1.22.3+ will read package.json from disk }