Merge branch 'main' into dependabot/npm_and_yarn/client/qs-and-express-6.11.0
This commit is contained in:
Коммит
3b422a6a58
|
@ -5,7 +5,7 @@
|
|||
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Azure.Identity" Version="1.5.0-beta.2" />
|
||||
<PackageReference Include="Azure.Identity" Version="1.11.4" />
|
||||
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.2.0" />
|
||||
<PackageReference Include="IdentityModel" Version="3.10.5" />
|
||||
<PackageReference Include="LtiAdvantage" Version="0.1.1-alpha.0" />
|
||||
|
@ -24,12 +24,12 @@
|
|||
<PackageReference Include="Microsoft.Identity.Web" Version="1.16.0" />
|
||||
<PackageReference Include="Microsoft.IdentityModel.KeyVaultExtensions" Version="6.5.1" />
|
||||
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.12.1" />
|
||||
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.12.1" />
|
||||
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.34.0" />
|
||||
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.11" />
|
||||
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
|
||||
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
|
||||
<PackageReference Include="System.ComponentModel.Annotations" Version="6.0.0-preview.4.21253.7" />
|
||||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.12.1" />
|
||||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
|
||||
<PackageReference Include="System.Security.Claims" Version="4.3.0" />
|
||||
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.6.21352.12" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<PackageReference Include="LtiAdvantage" Version="0.1.1-alpha.0" />
|
||||
<PackageReference Include="LtiAdvantage.IdentityModel" Version="0.1.1-alpha.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Http" Version="2.2.0" />
|
||||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.12.1" />
|
||||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<PackageReference Include="LtiAdvantage" Version="0.1.1-alpha.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.12.1" />
|
||||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -11,9 +11,9 @@
|
|||
"@types/node": "^16.9.0",
|
||||
"@types/react": "^17.0.20",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"axios": "^0.21.4",
|
||||
"axios": "^0.28.0",
|
||||
"d3": "^7.0.1",
|
||||
"fast-xml-parser": "^4.0.1",
|
||||
"fast-xml-parser": "^4.4.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"gift-pegjs": "^0.2.1",
|
||||
"html-react-parser": "^1.4.6",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"web-vitals": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@azure/static-web-apps-cli": "^0.8.1",
|
||||
"@azure/static-web-apps-cli": "^2.0.1",
|
||||
"@testing-library/dom": "^8.3.0",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^12.0.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче