Skip to content

Commit

Permalink
Merge branch 'main' into python/bugfix-missing-pathparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda authored Sep 25, 2023
2 parents 4818963 + bff7fc1 commit 6d0630f
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion it/csharp/dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.1" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.3.2" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.3.3" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.3" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.1.1" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down
4 changes: 2 additions & 2 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-i https://pypi.org/simple

astroid==2.15.6 ; python_full_version >= '3.7.2'
astroid==2.15.7 ; python_full_version >= '3.7.2'

certifi==2023.7.22 ; python_version >= '3.6'

Expand Down Expand Up @@ -62,7 +62,7 @@ urllib3==2.0.5 ; python_version >= '3.7'

wrapt==1.15.0 ; python_version < '3.11'

yapf==0.40.1
yapf==0.40.2

zipp==3.17.0 ; python_version >= '3.7'

Expand Down
24 changes: 12 additions & 12 deletions it/typescript/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 it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"prettier": "./.prettierrc.json",
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@types/node": "^20.6.3",
"@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"minimist": "^1.2.8",
"prettier": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Kiota.Builder/Kiota.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.3.2" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.3.3" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.1.1" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.0.8" />
Expand Down
30 changes: 15 additions & 15 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 @@ -256,15 +256,15 @@
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/adm-zip": "^0.5.1",
"@types/adm-zip": "^0.5.2",
"@types/glob": "^8.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "20.x",
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vscode/test-electron": "^2.3.4",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"glob": "^10.3.5",
"mocha": "^10.1.0",
"ts-loader": "^9.4.4",
Expand Down

0 comments on commit 6d0630f

Please sign in to comment.