Skip to content

Commit

Permalink
Merge branch 'bugfix/snake-case-properties' of https://github.com/mic…
Browse files Browse the repository at this point in the history
…rosoft/kiota into bugfix/snake-case-properties
  • Loading branch information
samwelkanda committed Oct 19, 2023
2 parents 4ed69cd + b09bded commit 1799c86
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion it/csharp/dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Azure.Identity" Version="1.10.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.4.0" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.3" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.1.1" />
Expand Down
4 changes: 2 additions & 2 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ httpx[http2]==0.25.0

hyperframe==6.0.1 ; python_full_version >= '3.6.1'

microsoft-kiota-abstractions==0.8.7
microsoft-kiota-abstractions==0.9.0

microsoft-kiota-authentication-azure==0.3.0
microsoft-kiota-authentication-azure==0.3.2

microsoft-kiota-http==0.6.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 @@ -19,7 +19,7 @@
"prettier": "./.prettierrc.json",
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@types/node": "^20.8.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"esbuild": "^0.19.5",
Expand Down
22 changes: 11 additions & 11 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 @@ -257,9 +257,9 @@
},
"devDependencies": {
"@types/adm-zip": "^0.5.3",
"@types/mocha": "^10.0.2",
"@types/mocha": "^10.0.3",
"@types/node": "20.x",
"@types/vscode": "^1.83.0",
"@types/vscode": "^1.83.1",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vscode/test-electron": "^2.3.5",
Expand Down

0 comments on commit 1799c86

Please sign in to comment.