Skip to content

Commit

Permalink
SpaServices, Vue CLI Middleware and client dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
liborpansky committed Feb 1, 2020
1 parent 81efc73 commit 48133aa
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 72 deletions.
10 changes: 5 additions & 5 deletions AspNetCoreVueStarter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<Copyright>MIT 2020 Software Ateliers</Copyright>
<AssemblyName>AspNetCoreVueStarter</AssemblyName>
<RootNamespace>AspNetCoreVueStarter</RootNamespace>
<Version>2.2.0</Version>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<FileVersion>2.2.0.0</FileVersion>
<Version>2.2.1</Version>
<AssemblyVersion>2.2.1.0</AssemblyVersion>
<FileVersion>2.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.0" />
<PackageReference Include="VueCliMiddleware" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.1" />
<PackageReference Include="VueCliMiddleware" Version="3.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
93 changes: 38 additions & 55 deletions ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.2",
"date-fns": "^2.8.1",
"core-js": "^3.6.4",
"date-fns": "^2.9.0",
"register-service-worker": "^1.6.2",
"vue": "^2.6.11",
"vue-class-component": "^7.1.0",
"vue-class-component": "^7.2.2",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuetify": "^2.2.1",
"vue-router": "^3.1.5",
"vuetify": "^2.2.8",
"vuex": "^3.1.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@mdi/font": "^4.7.95",
"@types/node": "^13.1.4",
"@mdi/font": "^4.8.95",
"@types/node": "^13.7.0",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-pwa": "^4.1.2",
"@vue/cli-plugin-typescript": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"axios": "^0.19.0",
"axios": "^0.19.2",
"babel-plugin-transform-imports": "^2.0.0",
"sass": "^1.24.2",
"sass-loader": "^8.0.0",
"typescript": "^3.7.4",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"typescript": "^3.7.5",
"vue-cli-plugin-axios": "0.0.4",
"vue-cli-plugin-vuetify": "^2.0.3",
"vue-template-compiler": "^2.6.11",
Expand Down
2 changes: 1 addition & 1 deletion SoftwareAteliers.AspNetCoreVueStarter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SoftwareAteliers.AspNetCoreVueStarter</id>
<version>2.2.0</version>
<version>2.2.1</version>
<description>
ASP.NET Core + Vue.js starter project
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.
Expand Down

0 comments on commit 48133aa

Please sign in to comment.