Skip to content

Commit

Permalink
Fix typescript version in package.json.
Browse files Browse the repository at this point in the history
This should have happened with 3d4a273
from PR #438, but was somehow missed.
  • Loading branch information
benjamn committed Jun 25, 2021
1 parent bb7a28b commit fda09fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fda09fc

Please sign in to comment.