Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pick up latest TS for building samples #718

Merged
merged 1 commit into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .base-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
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 @@ -45,7 +45,7 @@
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"glob": "^7.1.7",
"typescript": "^4.7.2",
"typescript": "^4.8.4",
"vscode-test": "^1.5.2"
},
"dependencies": {
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.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
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.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
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.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
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.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
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.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
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.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
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 @@ -168,6 +168,6 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
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 @@ -67,6 +67,6 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.13.0",
"typescript": "^4.7.2"
"typescript": "^4.8.4"
}
}
Loading