Skip to content

Commit

Permalink
chore(package.json): upgrade typescript to ^3.7.2 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
FenkoAlex authored and stepancar committed Nov 8, 2019
1 parent c535aa9 commit 7f7739c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"recast": "0.14.0",
"resolve": "1.5.0",
"through2": "2.0.3",
"typescript": "3.2.1",
"typescript": "^3.7.2",
"typescript-formatter": "7.1.0",
"uppercamelcase": "3.0.0",
"vinyl": "2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9894,10 +9894,10 @@ typescript-formatter@7.1.0:
commandpost "^1.0.0"
editorconfig "^0.15.0"

typescript@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.1.tgz#0b7a04b8cf3868188de914d9568bd030f0c56192"
integrity sha512-jw7P2z/h6aPT4AENXDGjcfHTu5CSqzsbZc6YlUIebTyBAq8XaKp78x7VcSh30xwSCcsu5irZkYZUSFP1MrAMbg==
typescript@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==

typical@^2.6.1:
version "2.6.1"
Expand Down

0 comments on commit 7f7739c

Please sign in to comment.