Skip to content

Commit 25fcd6d

Browse files
committed
Merge branch 'maintenance/update-dependencies' into develop
Updated all NuGet and npm dependencies to their latest versions. All of the NuGet updates only affect design- or build-time dependencies, and won't affect downstream consumers. That's also true of some of the npm dependencies, but there are also updates to some libraries used directly in the front end, such as jQuery UI, jQuery Validation, and Popper.js. Those have been carefully tested to ensure they continue to work as expected.
2 parents cec9de4 + ce05d24 commit 25fcd6d

8 files changed

Lines changed: 7704 additions & 6057 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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.8.1">
16+
<PackageReference Include="GitVersion.MsBuild" Version="5.10.3">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

OnTopic.Editor.AspNetCore.Attributes/gulpFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
\-----------------------------------------------------------------------------------------------------------------------------*/
1010
const {src, dest, parallel} = require('gulp');
1111

12-
const sass = require('gulp-sass'),
12+
const sass = require('gulp-sass')(require('node-sass')),
1313
postCss = require("gulp-postcss"),
1414
cssNano = require("cssnano"),
1515
sourceMaps = require("gulp-sourcemaps"),

0 commit comments

Comments
 (0)