Skip to content

Commit 48133aa

Browse files
committed
SpaServices, Vue CLI Middleware and client dependencies updated
1 parent 81efc73 commit 48133aa

File tree

4 files changed

+55
-72
lines changed

4 files changed

+55
-72
lines changed

AspNetCoreVueStarter.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<Copyright>MIT 2020 Software Ateliers</Copyright>
1414
<AssemblyName>AspNetCoreVueStarter</AssemblyName>
1515
<RootNamespace>AspNetCoreVueStarter</RootNamespace>
16-
<Version>2.2.0</Version>
17-
<AssemblyVersion>2.2.0.0</AssemblyVersion>
18-
<FileVersion>2.2.0.0</FileVersion>
16+
<Version>2.2.1</Version>
17+
<AssemblyVersion>2.2.1.0</AssemblyVersion>
18+
<FileVersion>2.2.1.0</FileVersion>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.0" />
23-
<PackageReference Include="VueCliMiddleware" Version="3.0.0" />
22+
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.1" />
23+
<PackageReference Include="VueCliMiddleware" Version="3.1.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

ClientApp/package-lock.json

Lines changed: 38 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ClientApp/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.6.2",
12-
"date-fns": "^2.8.1",
11+
"core-js": "^3.6.4",
12+
"date-fns": "^2.9.0",
1313
"register-service-worker": "^1.6.2",
1414
"vue": "^2.6.11",
15-
"vue-class-component": "^7.1.0",
15+
"vue-class-component": "^7.2.2",
1616
"vue-property-decorator": "^8.3.0",
17-
"vue-router": "^3.1.3",
18-
"vuetify": "^2.2.1",
17+
"vue-router": "^3.1.5",
18+
"vuetify": "^2.2.8",
1919
"vuex": "^3.1.2",
2020
"vuex-class": "^0.3.2"
2121
},
2222
"devDependencies": {
23-
"@mdi/font": "^4.7.95",
24-
"@types/node": "^13.1.4",
23+
"@mdi/font": "^4.8.95",
24+
"@types/node": "^13.7.0",
2525
"@vue/cli-plugin-babel": "^4.1.2",
2626
"@vue/cli-plugin-pwa": "^4.1.2",
2727
"@vue/cli-plugin-typescript": "^4.1.2",
2828
"@vue/cli-service": "^4.1.2",
29-
"axios": "^0.19.0",
29+
"axios": "^0.19.2",
3030
"babel-plugin-transform-imports": "^2.0.0",
31-
"sass": "^1.24.2",
32-
"sass-loader": "^8.0.0",
33-
"typescript": "^3.7.4",
31+
"sass": "^1.25.0",
32+
"sass-loader": "^8.0.2",
33+
"typescript": "^3.7.5",
3434
"vue-cli-plugin-axios": "0.0.4",
3535
"vue-cli-plugin-vuetify": "^2.0.3",
3636
"vue-template-compiler": "^2.6.11",

SoftwareAteliers.AspNetCoreVueStarter.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>SoftwareAteliers.AspNetCoreVueStarter</id>
5-
<version>2.2.0</version>
5+
<version>2.2.1</version>
66
<description>
77
ASP.NET Core + Vue.js starter project
88
The repository contains an ASP.NET Core + Vue.js starter template. The template runs on ASP.NET Core 3.0 and is created by Vue CLI 4.0 with a new plugin based architecture allowing developers to interactively scaffold a new project with just a one command.

0 commit comments

Comments
 (0)