Skip to content

Commit

Permalink
Update all samples to use TS 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Sep 11, 2023
1 parent ead2640 commit c19df22
Show file tree
Hide file tree
Showing 114 changed files with 1,772 additions and 734 deletions.
2 changes: 1 addition & 1 deletion .base-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions authenticationprovider-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion authenticationprovider-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"glob": "^7.1.7",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
},
"dependencies": {
"isomorphic-fetch": "^3.0.0"
Expand Down
14 changes: 7 additions & 7 deletions basic-multi-root-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion basic-multi-root-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions call-hierarchy-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion call-hierarchy-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions code-actions-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code-actions-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions codelens-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codelens-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions comment-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion comment-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions completions-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion completions-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions configuration-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configuration-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions contentprovider-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contentprovider-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit c19df22

Please sign in to comment.