Skip to content

Commit

Permalink
Update nuget and npm packages to latest, bump version to 4.0.2 (#41)
Browse files Browse the repository at this point in the history
EPPlus.7.2.0 -> EPPlus.7.2.2
MailKit.4.7.0 -> MailKit.4.7.1.1
Microsoft.DotNet.Scaffolding.Shared.8.0.2 -> Microsoft.DotNet.Scaffolding.Shared.8.0.3
Microsoft.EntityFrameworkCore.8.0.6 -> Microsoft.EntityFrameworkCore.8.0.7
Microsoft.EntityFrameworkCore.Abstractions.8.0.6 -> Microsoft.EntityFrameworkCore.Abstractions.8.0.7
Microsoft.EntityFrameworkCore.Analyzers.8.0.6 -> Microsoft.EntityFrameworkCore.Analyzers.8.0.7
Microsoft.EntityFrameworkCore.Design.8.0.6 -> Microsoft.EntityFrameworkCore.Design.8.0.7
Microsoft.EntityFrameworkCore.Relational.8.0.6 -> Microsoft.EntityFrameworkCore.Relational.8.0.7
Microsoft.EntityFrameworkCore.SqlServer.8.0.6 -> Microsoft.EntityFrameworkCore.SqlServer.8.0.7
Microsoft.EntityFrameworkCore.Tools.8.0.6 -> Microsoft.EntityFrameworkCore.Tools.8.0.7
Microsoft.Extensions.DependencyModel.8.0.0 -> Microsoft.Extensions.DependencyModel.8.0.1
Microsoft.VisualStudio.Web.CodeGeneration.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.8.0.3
Microsoft.VisualStudio.Web.CodeGeneration.Core.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.Core.8.0.3
Microsoft.VisualStudio.Web.CodeGeneration.Design.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.Design.8.0.3
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.8.0.3
Microsoft.VisualStudio.Web.CodeGeneration.Templating.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.Templating.8.0.3
Microsoft.VisualStudio.Web.CodeGeneration.Utils.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.Utils.8.0.3
Microsoft.VisualStudio.Web.CodeGenerators.Mvc.8.0.2 -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.8.0.3
MimeKit.4.7.0 -> MimeKit.4.7.1
System.Formats.Asn1.8.0.0 -> System.Formats.Asn1.8.0.1
System.Text.Json.8.0.0 -> System.Text.Json.8.0.4

Update npm packages

sass 1.57.1 to 177.8
autoprefixer 10.4.4 to 10.4.20
postcss 8.4.31 to 8.4.41
cssnano 6.0.0 to 7.0.4
is-svg 4.3.2 to 5.1.0
trim-newlines 4.0.2 to 5.0.0

Co-authored-by: axunonb <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
axunonb and axunonb authored Aug 9, 2024
1 parent 29ea9e8 commit fb1bbc5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
14 changes: 7 additions & 7 deletions ClubSite/ClubSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>4.0.1</Version>
<FileVersion>4.0.1</FileVersion>
<Version>4.0.2</Version>
<FileVersion>4.0.2</FileVersion>
<!--only update AssemblyVersion with major releases -->
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<Authors>axuno gGmbH</Authors>
Expand All @@ -17,8 +17,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="EPPlus" Version="7.2.0" />
<PackageReference Include="MailKit" Version="4.7.0" />
<PackageReference Include="EPPlus" Version="7.2.2" />
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.11" />
<PackageReference Include="Piranha" Version="11.1.0" />
Expand All @@ -32,13 +32,13 @@
<PackageReference Include="Piranha.Local.FileStorage" Version="11.1.0" />
<PackageReference Include="Piranha.Manager" Version="11.1.0" />
<PackageReference Include="Piranha.Manager.TinyMCE" Version="11.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
</ItemGroup>
<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions ClubSite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"gulp-cssmin": "^0.2.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "5.1.0",
"sass": "1.57.1",
"autoprefixer": "10.4.4",
"postcss": "8.4.31",
"sass": "1.77.8",
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"pixrem": "5.0.0",
"cssnano": "6.0.0",
"cssnano": "7.0.4",
"bootstrap": "5.3.3",
"font-awesome": "4.7.0",
"@fortawesome/fontawesome-free": "5.15.4",
"is-svg": ">=4.3.2",
"is-svg": ">=5.1.0",
"set-value": ">=4.1.0",
"css-what": ">=6.1.0",
"glob-parent": ">=6.0.2",
"trim-newlines": ">=4.0.2"
"trim-newlines": ">=5.0.0"
}
}
6 changes: 6 additions & 0 deletions package-lock.json

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

0 comments on commit fb1bbc5

Please sign in to comment.