Pick up real 4.6.2

Also reverts version patching added when we weren't sure 4.6.2 would be out for stable
This commit is contained in:
Matt Bierner 2022-02-28 15:54:45 -08:00
parent 530f901b9c
commit 3217c7c1cb
No known key found for this signature in database
GPG key ID: 099C331567E11888
3 changed files with 5 additions and 13 deletions

View file

@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^4.6.2-insiders.20220225"
"typescript": "4.6.2"
},
"scripts": {
"postinstall": "node ./postinstall"

View file

@ -55,13 +55,5 @@ function processLib() {
}
}
function patchVersion() {
const packageJsonPath = path.join(root, 'package.json');
const json = JSON.parse(fs.readFileSync(packageJsonPath).toString());
json.version = '4.6.2';
fs.writeFileSync(packageJsonPath, JSON.stringify(json, null, 2));
}
processRoot();
processLib();
patchVersion();

View file

@ -24,10 +24,10 @@ fast-plist@0.1.2:
resolved "https://registry.yarnpkg.com/fast-plist/-/fast-plist-0.1.2.tgz#a45aff345196006d406ca6cdcd05f69051ef35b8"
integrity sha1-pFr/NFGWAG1AbKbNzQX2kFHvNbg=
typescript@^4.6.2-insiders.20220225:
version "4.6.2-insiders.20220225"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2-insiders.20220225.tgz#e0469f0814bd04b6e276aeabcc481057fb2433a8"
integrity sha512-ugJR+CenSK8o6vFvguSinjCICseeJ/wlo/VqEFyB8mHWrgt01VRIA5Y9GSwUOQ4WuohBBAmx739cWCdBiztR8w==
typescript@4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
vscode-grammar-updater@^1.0.3:
version "1.0.3"