Skip to content

Commit 9936c4e

Browse files
authored
Merge pull request #9093 from NuGet/dg-updatemoment
Update version of moment.js
2 parents 1410fae + 6ff58f5 commit 9936c4e

6 files changed

Lines changed: 5690 additions & 4468 deletions

File tree

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# on specific relative paths.
66
**/Scripts/gallery/jquery-3.4.1.js
77
**/Scripts/gallery/knockout-3.5.1.js
8-
**/Scripts/gallery/moment-2.18.1.js
8+
**/Scripts/gallery/moment-2.29.2.js

src/NuGetGallery/App_Start/AppActivator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private static void BundlingPostStart()
134134
.Include("~/Scripts/gallery/jquery.validate.unobtrusive-3.2.6.js")
135135
.Include("~/Scripts/gallery/knockout-3.5.1.js")
136136
.Include("~/Scripts/gallery/bootstrap.js")
137-
.Include("~/Scripts/gallery/moment-2.18.1.js")
137+
.Include("~/Scripts/gallery/moment-2.29.2.js")
138138
.Include("~/Scripts/gallery/common.js")
139139
.Include("~/Scripts/gallery/autocomplete.js");
140140
BundleTable.Bundles.Add(scriptBundle);

src/NuGetGallery/NuGetGallery.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@
18571857
<Content Include="Scripts\gallery\jquery.validate.unobtrusive-3.2.6.js" />
18581858
<Content Include="Scripts\gallery\knockout-projections.js" />
18591859
<Content Include="Scripts\gallery\md5.js" />
1860-
<Content Include="Scripts\gallery\moment-2.18.1.js" />
1860+
<Content Include="Scripts\gallery\moment-2.29.2.js" />
18611861
<Content Include="Scripts\gallery\page-about.js" />
18621862
<Content Include="Scripts\gallery\page-account.js" />
18631863
<Content Include="Scripts\gallery\page-add-organization.js" />
@@ -2265,7 +2265,7 @@
22652265
<Version>2.8.3</Version>
22662266
</PackageReference>
22672267
<PackageReference Include="Moment.js">
2268-
<Version>2.24.0</Version>
2268+
<Version>2.29.2</Version>
22692269
</PackageReference>
22702270
<PackageReference Include="MvcTreeView">
22712271
<Version>1.4.0</Version>

0 commit comments

Comments
 (0)