Skip to content

Commit 1e2b461

Browse files
committed
Update eslint versions
Supports the new TS version
1 parent 4eff7a0 commit 1e2b461

File tree

114 files changed

+11895
-12437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+11895
-12437
lines changed

.base-sample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"devDependencies": {
3636
"@types/node": "^16.18.34",
3737
"@types/vscode": "^1.74.0",
38-
"@typescript-eslint/eslint-plugin": "^5.42.0",
39-
"@typescript-eslint/parser": "^5.42.0",
38+
"@typescript-eslint/eslint-plugin": "^6.7.0",
39+
"@typescript-eslint/parser": "^6.7.0",
4040
"eslint": "^8.26.0",
4141
"typescript": "^5.2.2"
4242
}

authenticationprovider-sample/package-lock.json

+228-237
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authenticationprovider-sample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@types/isomorphic-fetch": "^0.0.35",
3939
"@types/node": "^16.18.34",
4040
"@types/vscode": "^1.60.0",
41-
"@typescript-eslint/eslint-plugin": "^5.42.0",
42-
"@typescript-eslint/parser": "^5.42.0",
41+
"@typescript-eslint/eslint-plugin": "^6.7.0",
42+
"@typescript-eslint/parser": "^6.7.0",
4343
"eslint": "^8.26.0",
4444
"glob": "^7.1.7",
4545
"typescript": "^5.2.2"

0 commit comments

Comments
 (0)