Skip to content

Commit

Permalink
chore(npm): downgrade TS to 2.9.1
Browse files Browse the repository at this point in the history
A downgrade is necessary to prevent this issue from happening:
microsoft/TypeScript#24599
  • Loading branch information
resir014 committed Sep 11, 2018
1 parent df009e3 commit 4ed2650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"tslint-config-kata": "^1.0.5",
"tslint-config-prettier": "^1.13.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "~2.9.2"
"typescript": "2.9.1"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8155,9 +8155,9 @@ typesafe-actions@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/typesafe-actions/-/typesafe-actions-2.0.4.tgz#31c8f8df3566d549eb52edb64a75997e970c17d0"

typescript@~2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
[email protected].1:
version "2.9.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1.tgz#fdb19d2c67a15d11995fd15640e373e09ab09961"

ua-parser-js@^0.7.18:
version "0.7.18"
Expand Down

0 comments on commit 4ed2650

Please sign in to comment.