Skip to content

Commit

Permalink
fix: hack: revert typescript -> 3.8, sinon fix
Browse files Browse the repository at this point in the history
Typescript 3.9 breaks sinon stubbing in some of our APIs,
which breaks tests in other services. It does not break
tests in this service. Those other services need to be
fixed to not need this, but, for now, let's just rollback.
  • Loading branch information
FauxFaux committed Jun 15, 2020
1 parent a906248 commit fbb1290
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 @@ -39,7 +39,7 @@
"ts-jest": "^25",
"ts-node": "^8",
"tslint": "^6",
"typescript": "^3.9.3"
"typescript": "~3.8.3"
},
"dependencies": {
"@snyk/graphlib": "2.1.9-patch",
Expand Down

0 comments on commit fbb1290

Please sign in to comment.