mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
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:
parent
530f901b9c
commit
3217c7c1cb
3 changed files with 5 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue