Skip to content

Commit

Permalink
Pick up newest TS for building VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Aug 11, 2021
1 parent 9e77167 commit 08b1c2e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"plist": "^3.0.1",
"source-map": "0.6.1",
"tmp": "^0.2.1",
"typescript": "^4.4.0-dev.20210806",
"typescript": "^4.5.0-dev.20210810",
"vsce": "1.48.0",
"vscode-universal-bundler": "^0.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions build/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2348,10 +2348,10 @@ typed-rest-client@^0.9.0:
tunnel "0.0.4"
underscore "1.8.3"

typescript@^4.4.0-dev.20210806:
version "4.4.0-dev.20210806"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.0-dev.20210806.tgz#8b99a48596f0f4dd17980ddc19f81e25b56fd4df"
integrity sha512-Bg5FkLhMwHSM59QIOeFjYPL0LCxfY8eVFgubpmIHHilZFzjUvlmXDx77DePFL0uQJ40xlzea/5UOOfljCvupUw==
typescript@^4.5.0-dev.20210810:
version "4.5.0-dev.20210810"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.0-dev.20210810.tgz#e29c56a180a3ea43dca880000f8b1cbb4da5af48"
integrity sha512-9d8OrY8J3LbkWgjrPLE8pXOI4Z8bfS9N2SudgvrZOgYUmEODJYfA+MIZ6Zv/qrVSRH3M5632/0CjJr0Zk/sqWA==

uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"style-loader": "^1.0.0",
"ts-loader": "^9.2.3",
"tsec": "0.1.4",
"typescript": "^4.4.0-dev.20210806",
"typescript": "^4.5.0-dev.20210810",
"typescript-formatter": "7.1.0",
"underscore": "^1.12.1",
"util": "^0.12.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10224,10 +10224,10 @@ typescript@^2.6.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
integrity sha1-PFtv1/beCRQmkCfwPAlGdY92c6Q=

typescript@^4.4.0-dev.20210806:
version "4.4.0-dev.20210806"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.0-dev.20210806.tgz#8b99a48596f0f4dd17980ddc19f81e25b56fd4df"
integrity sha512-Bg5FkLhMwHSM59QIOeFjYPL0LCxfY8eVFgubpmIHHilZFzjUvlmXDx77DePFL0uQJ40xlzea/5UOOfljCvupUw==
typescript@^4.5.0-dev.20210810:
version "4.5.0-dev.20210810"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.0-dev.20210810.tgz#e29c56a180a3ea43dca880000f8b1cbb4da5af48"
integrity sha512-9d8OrY8J3LbkWgjrPLE8pXOI4Z8bfS9N2SudgvrZOgYUmEODJYfA+MIZ6Zv/qrVSRH3M5632/0CjJr0Zk/sqWA==

typical@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 08b1c2e

Please sign in to comment.