Skip to content

Commit

Permalink
fix: pin typescript dependency to 3.8.3 (#107)
Browse files Browse the repository at this point in the history
v3.9 of typescript includes changes that break our code - the exports are generated without "setters", so individual components of this core module cannot be mocked
this does not impact functional operation of the code but it causes issues in the generated unit tests for sdks
  • Loading branch information
dpopp07 committed Aug 12, 2020
1 parent 188edbd commit ef27bc9
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 @@ -49,7 +49,7 @@
"tslint-config-prettier": "~1.13.0",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.15.0",
"typescript": "^3.4.5"
"typescript": "3.8.3"
},
"dependencies": {
"@types/file-type": "~5.2.1",
Expand Down

0 comments on commit ef27bc9

Please sign in to comment.