Skip to content

Commit b635bf8

Browse files
committed
Merge branch 'maintenance/update-dependencies' into develop
Updated to the latest versions of NuGet and npm packages. Most critically, this includes updating to OnTopic 5.1.0 Beta 0, in preparation for the release of OnTopic Editor 5.1.0 Beta 0, which will be deployed for production testing in select implementations.
2 parents 696860f + 8b4681c commit b635bf8

7 files changed

Lines changed: 144 additions & 214 deletions

File tree

OnTopic.Editor.AspNetCore.Attributes/OnTopic.Editor.AspNetCore.Attributes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<FrameworkReference Include="Microsoft.AspNetCore.App" />
16-
<PackageReference Include="GitVersion.MsBuild" Version="5.6.7">
16+
<PackageReference Include="GitVersion.MsBuild" Version="5.6.8">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
@@ -25,7 +25,7 @@
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="OnTopic" Version="5.1.0-alpha.517" />
28+
<PackageReference Include="OnTopic" Version="5.1.0-beta.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

OnTopic.Editor.AspNetCore.Attributes/package-lock.json

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

OnTopic.Editor.AspNetCore.Attributes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"license": "MIT",
99
"devDependencies": {
10-
"cssnano": "^4.1.10",
10+
"cssnano": "^4.1.11",
1111
"gulp": "^4.0.2",
1212
"gulp-concat": "^2.6.1",
1313
"gulp-if": "^3.0.0",

0 commit comments

Comments
 (0)