From b303656116f1bacf1544aa30fa9ab37f9f0db024 Mon Sep 17 00:00:00 2001 From: Noah Overcash Date: Thu, 21 Dec 2023 10:52:50 -0500 Subject: [PATCH] [STRIPES-900] Remove explicit typescript version --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ac103ca..27d13ae 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,7 @@ "react": "^18.2.0", "react-final-form": "^6.5.9", "react-intl": "^6.4.1", - "react-router-dom": "^5.2.0", - "typescript": "^4.9.5" + "react-router-dom": "^5.2.0" }, "peerDependencies": { "final-form": "^4.20.7",