Skip to content

Commit

Permalink
Merge branch 'main' into andrueastman/pythonFix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman authored Nov 6, 2024
2 parents 165951d + 04815fe commit de94d6c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
68 changes: 34 additions & 34 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 @@ -32,13 +32,13 @@
},
"dependencies": {
"@azure/identity": "^4.5.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.72",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.72",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.72",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.72",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.72",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.72",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.72",
"@microsoft/kiota-abstractions": "^1.0.0-preview.73",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.73",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.73",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.73",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.73",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.73",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.73",
"express": "^5.0.1",
"node-fetch": "^2.7.0"
}
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 @@ -47,7 +47,7 @@
<PackageReference Include="Microsoft.OpenApi" Version="1.6.22" />
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.5-preview" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.22" />
<PackageReference Include="Microsoft.Plugins.Manifest" Version="1.0.0-preview4" />
<PackageReference Include="Microsoft.Plugins.Manifest" Version="1.0.0-rc1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit de94d6c

Please sign in to comment.