From fda09fcbd387e0fb0253ad3273e949e12af4196b Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 25 Jun 2021 12:25:53 -0400 Subject: [PATCH] Fix typescript version in package.json. This should have happened with 3d4a2735f7333bae68a08429c51e68a43d10c505 from PR #438, but was somehow missed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e39fe699..046a13ed 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "rollup-plugin-sourcemaps": "^0.6.3", "source-map-support": "^0.5.19", "test-all-versions": "^5.0.1", - "typescript": "^4.1.3" + "typescript": "^4.3.4" }, "peerDependencies": { "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"