downgrade typescript to 3.3.4000
This commit is contained in:
parent
e76a4ef550
commit
b192c64c3a
2 changed files with 5 additions and 5 deletions
|
@ -455,7 +455,7 @@
|
|||
"find-up": "^3.0.0",
|
||||
"semver": "^6.0.0",
|
||||
"tslib": "^1.9.3",
|
||||
"typescript": "^3.4.1",
|
||||
"typescript": "3.3.4000",
|
||||
"vscode-languageserver-protocol": "^3.15.0-next.1",
|
||||
"vscode-uri": "^1.0.6",
|
||||
"which": "^1.3.1"
|
||||
|
|
|
@ -577,10 +577,10 @@ tsutils@^2.13.1, tsutils@^2.29.0:
|
|||
dependencies:
|
||||
tslib "^1.8.1"
|
||||
|
||||
typescript@^3.4.1:
|
||||
version "3.4.1"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.1.tgz#b6691be11a881ffa9a05765a205cb7383f3b63c6"
|
||||
integrity sha512-3NSMb2VzDQm8oBTLH6Nj55VVtUEpe/rgkIzMir0qVoLyjDZlnMBva0U6vDiV3IH+sl/Yu6oP5QwsAQtHPmDd2Q==
|
||||
typescript@3.3.4000:
|
||||
version "3.3.4000"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.4000.tgz#76b0f89cfdbf97827e1112d64f283f1151d6adf0"
|
||||
integrity sha512-jjOcCZvpkl2+z7JFn0yBOoLQyLoIkNZAs/fYJkUG6VKy6zLPHJGfQJYFHzibB6GJaF/8QrcECtlQ5cpvRHSMEA==
|
||||
|
||||
universalify@^0.1.0:
|
||||
version "0.1.2"
|
||||
|
|
Loading…
Reference in a new issue