Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Downgrade to typescript 3.5.2
Browse files Browse the repository at this point in the history
Compiling to js for production fails due to missing GlobalFetch. According to [this](apollographql/apollo-link#1131) issue fix is done but it's not in released. Solution is either to add type definition or to downgrade.
  • Loading branch information
Sakari Mursu committed Sep 11, 2019
1 parent c35d995 commit 12de376
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"graphql-tag": "^2.10.1",
"postgraphile": "^4.4.3",
"rx-queue": "^0.8.5",
"typescript": "^3.6.2"
"typescript": "^3.5.2"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
Expand Down

0 comments on commit 12de376

Please sign in to comment.