From 3c8830f371dd0f70f80310e174f85683e80d938a Mon Sep 17 00:00:00 2001 From: Andrew Tate Date: Fri, 15 Apr 2022 08:48:40 -0500 Subject: [PATCH] match react-is types to the current version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c7eddf386e060..be53b4afcab878 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "@types/jsonwebtoken": "^8.5.6", "@types/mapbox__vector-tile": "1.3.0", "@types/moment-duration-format": "^2.2.3", - "@types/react-is": "^17.0.3", + "@types/react-is": "^16.8.0", "JSONStream": "1.3.5", "abort-controller": "^3.0.0", "antlr4ts": "^0.5.0-alpha.3",