Skip to content

Commit

Permalink
Merge branch 'main' into py-name-mangling-in-refiners
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Oct 10, 2023
2 parents 7cdac6d + db7f477 commit f0b3e2a
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 135 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.1" />
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.3.5" />
<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 @@ -66,7 +66,7 @@ yapf==0.40.2

zipp==3.17.0 ; python_version >= '3.7'

aiohttp==3.8.5 ; python_version >= '3.6'
aiohttp==3.8.6 ; python_version >= '3.6'

aiosignal==1.3.1 ; python_version >= '3.7'

Expand All @@ -78,7 +78,7 @@ attrs==23.1.0 ; python_version >= '3.7'

azure-core==1.29.4 ; python_version >= '3.7'

azure-identity==1.14.0
azure-identity==1.14.1

cffi==1.16.0

Expand Down
131 changes: 70 additions & 61 deletions it/typescript/package-lock.json

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

10 changes: 5 additions & 5 deletions it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"prettier": "./.prettierrc.json",
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"minimist": "^1.2.8",
"prettier": "^3.0.3",
"typescript": "^4.9.5"
},
"dependencies": {
"@azure/identity": "^3.3.0",
"@azure/identity": "^3.3.1",
"@microsoft/kiota-abstractions": "^1.0.0-preview.23",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.22",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.26",
Expand Down
Loading

0 comments on commit f0b3e2a

Please sign in to comment.