Skip to content

Commit

Permalink
Update to TypeScript 3.3.3333. (#217)
Browse files Browse the repository at this point in the history
Linked against union TS 3.3.3333 and everything builds.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/tensorflow/tfjs-node/217)
<!-- Reviewable:end -->
  • Loading branch information
Nikhil Thorat authored and nkreeger committed Mar 9, 2019
1 parent 8cbe523 commit 08bf436
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 @@ -38,7 +38,7 @@
"tmp": "^0.0.33",
"ts-node": "^5.0.1",
"tslint": "~5.9.1",
"typescript": "~2.9.2",
"typescript": "3.3.3333",
"yalc": "~1.0.0-pre.21"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2445,10 +2445,10 @@ tsutils@^2.12.1:
dependencies:
tslib "^1.8.1"

typescript@~2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
integrity sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==
typescript@3.3.3333:
version "3.3.3333"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3333.tgz#171b2c5af66c59e9431199117a3bcadc66fdcfd6"
integrity sha512-JjSKsAfuHBE/fB2oZ8NxtRTk5iGcg6hkYXMnZ3Wc+b2RSqejEqTaem11mHASMnFilHrax3sLK0GDzcJrekZYLw==

uglify-js@^2.6:
version "2.8.29"
Expand Down

0 comments on commit 08bf436

Please sign in to comment.