Skip to content

Commit 487085c

Browse files
committed
bump node dev deps and deps; bump .NET nuget packages
1 parent 793d1e3 commit 487085c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

FullStackTesting/FullStackTesting.Web.Api/ClientApp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"vuex": "^3.6.2"
2323
},
2424
"devDependencies": {
25-
"@testing-library/jest-dom": "^5.11.9",
26-
"@types/jest": "^26.0.21",
25+
"@testing-library/jest-dom": "^5.11.10",
26+
"@types/jest": "^26.0.22",
2727
"@vue/cli-plugin-babel": "^4.5.12",
2828
"@vue/cli-plugin-e2e-nightwatch": "^4.5.12",
2929
"@vue/cli-plugin-pwa": "^4.5.12",
@@ -34,7 +34,7 @@
3434
"node-sass": "^5.0.0",
3535
"sass-loader": "^10.1.1",
3636
"ts-jest": "^26.5.4",
37-
"typescript": "^4.2.3",
37+
"typescript": "^4.2.4",
3838
"vue-template-compiler": "^2.6.12",
3939
"vuex-module-decorators": "^1.0.1"
4040
}

FullStackTesting/FullStackTesting.Web.Api/FullStackTesting.Web.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.4" />
22-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.4" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.5" />
22+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.5" />
2323
<PackageReference Include="VueCliMiddleware" Version="5.0.0" />
2424
</ItemGroup>
2525

FullStackTesting/tests/FullStackTesting.Web.Api.IntegrationTests/FullStackTesting.Web.Api.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<FrameworkReference Include="Microsoft.AspNetCore.App" />
12-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.4" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
12+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.5" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
1414
<PackageReference Include="xunit" Version="2.4.1" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1616
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)