diff --git a/.scripts/samples.js b/.scripts/samples.js index faed165b..dc97cf52 100644 --- a/.scripts/samples.js +++ b/.scripts/samples.js @@ -76,7 +76,7 @@ const samples = [ contributions: [] }, { - description: 'Editor Decoractor Sample', + description: 'Editor Decorator Sample', path: 'decorator-sample', guide: null, apis: [ @@ -232,7 +232,8 @@ const samples = [ { description: 'quickinput-sample', excludeFromReadme: true, path: 'quickinput-sample', guide: null, apis: [], contributions: [] }, { description: 'diagnostic-related-information-sample', excludeFromReadme: true, path: 'diagnostic-related-information-sample', guide: null, apis: [], contributions: [] }, { description: 'fsconsumer-sample', excludeFromReadme: true, path: 'fsconsumer-sample', guide: null, apis: [], contributions: [] }, - + { description: 'github-authentication-sample', excludeFromReadme: true, path: 'github-authentication-sample', guide: null, apis: [], contributions: [] }, + ] /** LSP specific samples */ diff --git a/github-authentication-sample/package-lock.json b/github-authentication-sample/package-lock.json index a0fd2668..c57aeafa 100644 --- a/github-authentication-sample/package-lock.json +++ b/github-authentication-sample/package-lock.json @@ -553,9 +553,9 @@ } }, "typescript": { - "version": "3.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", - "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", + "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", "dev": true }, "universal-user-agent": { diff --git a/github-authentication-sample/package.json b/github-authentication-sample/package.json index fe991783..d43a9e9d 100644 --- a/github-authentication-sample/package.json +++ b/github-authentication-sample/package.json @@ -33,7 +33,7 @@ "@types/node": "^10.14.17", "@types/vscode": "1.48.0", "tslint": "^5.16.0", - "typescript": "^3.5.1" + "typescript": "^4.2.2" }, "dependencies": { "@octokit/rest": "^18.0.0"