Skip to content

Commit

Permalink
chore: upgrade to typescript 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Dec 11, 2018
1 parent dd0885e commit 6014187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"tslint-config-prettier": "1.14.0",
"tslint-loader": "3.6.0",
"typedoc": "0.11.1",
"typescript": "3.2.1",
"typescript": "^3.2.1",
"unzip-stream": "0.3.0",
"urijs": "1.19.1",
"v-tooltip": "2.0.0-rc.31",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4373,16 +4373,7 @@ es6-error@^4.0.1:
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.0.2.tgz#eec5c726eacef51b7f6b73c20db6e1b13b069c98"
integrity sha1-7sXHJurO9Rt/a3PCDbbhsTsGnJg=

<<<<<<< HEAD
es6-object-assign@^1.0.3:
version "1.1.0"
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=

es6-promise@^4.0.3, es6-promise@^4.0.5:
=======
es6-promise@^4.0.5:
>>>>>>> chore(package): replace shx commands with rimraf
version "4.2.5"
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.5.tgz#da6d0d5692efb461e082c14817fe2427d8f5d054"
integrity sha512-n6wvpdE43VFtJq+lUDYDBFUwV8TZbuGXLV4D6wKafg13ldznKsyEvatubnmUe31zcvelSzOHF+XbaT+Bl9ObDg==
Expand Down Expand Up @@ -11742,7 +11733,7 @@ typescript@2.7.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
integrity sha512-p5TCYZDAO0m4G344hD+wx/LATebLWZNkkh2asWUFqSsD2OrDNhbAHuSjobrmsUmdzjJjEeZVU9g1h3O6vpstnw==

typescript@3.2.1:
typescript@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.1.tgz#0b7a04b8cf3868188de914d9568bd030f0c56192"
integrity sha512-jw7P2z/h6aPT4AENXDGjcfHTu5CSqzsbZc6YlUIebTyBAq8XaKp78x7VcSh30xwSCcsu5irZkYZUSFP1MrAMbg==
Expand Down

0 comments on commit 6014187

Please sign in to comment.