Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/Kaizen/ClientApp/a…
Browse files Browse the repository at this point in the history
…ngular-devkit/build-angular-0.1102.5
  • Loading branch information
CarlosPavajeau authored Mar 22, 2021
2 parents 365588b + 5c84d0a commit 4505062
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="MercadoPagoCore" Version="5.0.0" />
<PackageReference Include="MercadoPagoCore.Extensions.Microsoft.DependencyInjection" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.1" />
</ItemGroup>

</Project>
207 changes: 170 additions & 37 deletions Kaizen/ClientApp/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 Kaizen/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/core": "11.2.5",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "11.2.5",
"@angular/google-maps": "^11.2.4",
"@angular/google-maps": "^11.2.5",
"@angular/material": "^11.2.4",
"@angular/material-moment-adapter": "^11.2.4",
"@angular/platform-browser": "11.2.5",
Expand All @@ -45,14 +45,14 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.5",
"@angular/cli": "11.2.4",
"@angular/cli": "11.2.5",
"@angular/compiler-cli": "11.2.5",
"@angular/language-service": "11.2.6",
"@types/jasmine": "~3.6.6",
"@types/jasmine": "~3.6.7",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.14.34",
"@types/node": "^14.14.35",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.2.0",
"karma-chrome-launcher": "~3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions Kaizen/Kaizen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.4" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.4" />
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.7.1" />
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.8.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4505062

Please sign in to comment.