diff --git a/test/fixtures/typescript-typecheck/package.json b/test/fixtures/typescript-typecheck/package.json index a6c00267c54..9be43479c98 100644 --- a/test/fixtures/typescript-typecheck/package.json +++ b/test/fixtures/typescript-typecheck/package.json @@ -4,6 +4,6 @@ "@types/react-dom": "*", "react": "*", "react-dom": "*", - "typescript": "3.1.3" + "typescript": "3.7.2" } }