Skip to content

Commit

Permalink
Merge branch 'main' into feat/OAI-3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jan 3, 2025
2 parents 3fe0294 + 14b2c75 commit 68308ee
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 25 deletions.
14 changes: 7 additions & 7 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,19 @@ httpx[http2]==0.28.1

hyperframe==6.0.1 ; python_full_version >= '3.6.1'

microsoft-kiota-abstractions==1.6.7
microsoft-kiota-abstractions==1.6.8

microsoft-kiota-authentication-azure==1.6.7
microsoft-kiota-authentication-azure==1.6.8

microsoft-kiota-http==1.6.7
microsoft-kiota-http==1.6.8

microsoft-kiota-serialization-json==1.6.7
microsoft-kiota-serialization-json==1.6.8

microsoft-kiota-serialization-text==1.6.7
microsoft-kiota-serialization-text==1.6.8

microsoft-kiota-serialization-form==1.6.7
microsoft-kiota-serialization-form==1.6.8

microsoft-kiota-serialization-multipart==1.6.7
microsoft-kiota-serialization-multipart==1.6.8

msal==1.31.1

Expand Down
8 changes: 4 additions & 4 deletions it/typescript/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 it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@stylistic/eslint-plugin-ts": "^2.12.1",
"@types/node": "^22.10.3",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"esbuild": "^0.24.2",
Expand Down
19 changes: 9 additions & 10 deletions vscode/microsoft-kiota/package-lock.json

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

4 changes: 2 additions & 2 deletions vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"telemetryInstrumentationKey": "4c6357e0-daf9-42b5-bdfb-67878f8957b5",
"icon": "images/logo.png",
"engines": {
"vscode": "^1.95.0"
"vscode": "^1.96.0"
},
"license": "MIT",
"categories": [
Expand Down Expand Up @@ -497,7 +497,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "22.x",
"@types/sinon": "^17.0.3",
"@types/vscode": "^1.95.0",
"@types/vscode": "^1.96.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vscode/test-cli": "^0.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function createKiotaOpenApiNode(
clientNameOrPluginName
};
}
type IconSet = string | vscode.Uri | { light: string | vscode.Uri; dark: string | vscode.Uri } | vscode.ThemeIcon;
type IconSet = string | vscode.Uri | vscode.ThemeIcon;
export class OpenApiTreeNode extends vscode.TreeItem {
private static readonly selectedSet: IconSet = new vscode.ThemeIcon('check');

Expand Down

0 comments on commit 68308ee

Please sign in to comment.