Skip to content

Commit

Permalink
Merge branch 'main' into feature/typescript/composed-types
Browse files Browse the repository at this point in the history
  • Loading branch information
koros committed May 22, 2024
2 parents 5e41e0d + 7d47d04 commit 3814a86
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pytest==8.2.1

pytest-asyncio==0.23.7

requests==2.32.1 ; python_version >= '3.7'
requests==2.32.2 ; python_version >= '3.7'

toml==0.10.2

Expand Down
56 changes: 28 additions & 28 deletions it/typescript/package-lock.json

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

14 changes: 7 additions & 7 deletions it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
},
"dependencies": {
"@azure/identity": "^4.2.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.52",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.47",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.51",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.41",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.52",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.30",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.49",
"@microsoft/kiota-abstractions": "^1.0.0-preview.53",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.48",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.52",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.42",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.53",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.31",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.50",
"express": "^4.19.2",
"node-fetch": "^2.7.0"
}
Expand Down
24 changes: 12 additions & 12 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 @@ -431,7 +431,7 @@
"@typescript-eslint/parser": "^7.5.0",
"@vscode/test-electron": "^2.3.10",
"eslint": "^8.57.0",
"glob": "^10.3.15",
"glob": "^10.3.16",
"mocha": "^10.4.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
Expand All @@ -444,7 +444,7 @@
"adm-zip": "^0.5.12",
"is-online": "^10.0.0",
"original-fs": "^1.2.0",
"vscode-jsonrpc": "^8.2.0"
"vscode-jsonrpc": "^8.2.1"
},
"preview": true,
"runtimeDependencies": [
Expand Down

0 comments on commit 3814a86

Please sign in to comment.