Skip to content

Commit b1c7f3c

Browse files
committed
Merge branch 'maintenance/dependency-updates' into develop
In addition to standard maintenance updates to NuGet and npm packages, this includes two notable updates. First, this includes the new OnTopic Library 4.4.0, released today, which resolves a number of issues with Oroborus Configuration, helping ensure that updates to `ContentTypeDescriptor` and `AttributeDescriptor` topics take effect immediately in the OnTopic Editor. Second, this resolves an issue with legacy dependencies being stuck in the `package-lock.json` file. Many of those dependencies were no longer necessary. A couple were associated with security vulnerabilities. By regenerating the `package-lock.json`, these were resolved, and a lot of old clutter was removed.
2 parents 4fee666 + f6daafd commit b1c7f3c

5 files changed

Lines changed: 41 additions & 561 deletions

File tree

OnTopic.Editor.AspNetCore.Host/OnTopic.Editor.AspNetCore.Host.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="OnTopic" Version="4.3.0" />
11-
<PackageReference Include="OnTopic.ViewModels" Version="4.3.0" />
12-
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="4.3.0" />
13-
<PackageReference Include="OnTopic.Data.Caching" Version="4.3.0" />
14-
<PackageReference Include="OnTopic.Data.Sql" Version="4.3.0" />
10+
<PackageReference Include="OnTopic" Version="4.4.0" />
11+
<PackageReference Include="OnTopic.ViewModels" Version="4.4.0" />
12+
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="4.4.0" />
13+
<PackageReference Include="OnTopic.Data.Caching" Version="4.4.0" />
14+
<PackageReference Include="OnTopic.Data.Sql" Version="4.4.0" />
1515
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.7" />
1616
</ItemGroup>
1717

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
</PackageReference>
33-
<PackageReference Include="OnTopic" Version="4.3.0" />
33+
<PackageReference Include="OnTopic" Version="4.4.0" />
3434
<PackageReference Include="OnTopic.Data.Transfer" Version="1.2.0" />
35-
<PackageReference Include="OnTopic.ViewModels" Version="4.3.0" />
36-
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="4.3.0" />
35+
<PackageReference Include="OnTopic.ViewModels" Version="4.4.0" />
36+
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="4.4.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)