Skip to content

Commit

Permalink
Build samples using TS 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Mar 14, 2024
1 parent 79d6202 commit e28066f
Show file tree
Hide file tree
Showing 114 changed files with 546 additions and 498 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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"eslint": "^8.26.0",
"glob": "^7.1.7",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.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": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.3.2"
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit e28066f

Please sign in to comment.