File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
tests/FullStackTesting.Web.Api.IntegrationTests Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" ,
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 }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments