Skip to content

Commit d721b84

Browse files
committed
Update dependencies to latest versions
1 parent 9347903 commit d721b84

File tree

5 files changed

+33
-24
lines changed

5 files changed

+33
-24
lines changed

AspNetCoreVueStarter.csproj

Lines changed: 4 additions & 4 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.1</Version>
17-
<AssemblyVersion>2.2.1.0</AssemblyVersion>
18-
<FileVersion>2.2.1.0</FileVersion>
16+
<Version>2.3.0</Version>
17+
<AssemblyVersion>2.3.0.0</AssemblyVersion>
18+
<FileVersion>2.3.0.0</FileVersion>
1919
</PropertyGroup>
2020

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

2626
<ItemGroup>

ClientApp/package-lock.json

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

ClientApp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"register-service-worker": "^1.6.2",
1414
"vue": "^2.6.11",
1515
"vue-class-component": "^7.2.2",
16-
"vue-property-decorator": "^8.3.0",
16+
"vue-property-decorator": "^8.4.0",
1717
"vue-router": "^3.1.5",
18-
"vuetify": "^2.2.8",
18+
"vuetify": "^2.2.9",
1919
"vuex": "^3.1.2",
2020
"vuex-class": "^0.3.2"
2121
},
2222
"devDependencies": {
23-
"@mdi/font": "^4.8.95",
23+
"@mdi/font": "^4.9.95",
2424
"@types/node": "^13.7.0",
2525
"@vue/cli-plugin-babel": "^4.1.2",
2626
"@vue/cli-plugin-pwa": "^4.1.2",
@@ -32,7 +32,7 @@
3232
"sass-loader": "^8.0.2",
3333
"typescript": "^3.7.5",
3434
"vue-cli-plugin-axios": "0.0.4",
35-
"vue-cli-plugin-vuetify": "^2.0.3",
35+
"vue-cli-plugin-vuetify": "^2.0.4",
3636
"vue-template-compiler": "^2.6.11",
3737
"vuetify-loader": "^1.4.3"
3838
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ASP.NET Core Vue Starter
22

3-
The repository contains an ASP.&#8203;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.
3+
The repository contains an ASP.&#8203;NET Core + Vue.js starter template. The template runs on ASP.NET Core 3.1 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.
44

55
Original article how to create the starter template is available [here](https://medium.com/software-ateliers/asp-net-core-vue-template-with-custom-configuration-using-cli-3-0-8288e18ae80b).
66

@@ -99,7 +99,7 @@ You have three choices when it comes to how you prefer to run the app. You can e
9999
`docker build -t <IMAGE_NAME> .`
100100

101101
* Run the application in a cmd window by this command:
102-
`docker run -d -p 8080:80 <IMAGE_NAME>`
102+
`docker run -d -p 5000:80 <IMAGE_NAME>`
103103

104104
## View your application running
105105

SoftwareAteliers.AspNetCoreVueStarter.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>SoftwareAteliers.AspNetCoreVueStarter</id>
5-
<version>2.2.1</version>
5+
<version>2.3.0</version>
66
<description>
77
ASP.NET Core + Vue.js starter project
8-
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.
8+
The repository contains an ASP.NET Core + Vue.js starter template. The template runs on ASP.NET Core 3.1 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.
99
</description>
1010
<authors>SoftwareAteliers</authors>
1111
<projectUrl>https://github.com/SoftwareAteliers/asp-net-core-vue-starter</projectUrl>

0 commit comments

Comments
 (0)