Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-23 10:21:38 +0300
committerGitHub <noreply@github.com>2017-10-23 10:21:38 +0300
commit0d71a8a738688455746e91f7806fa0515c96d263 (patch)
treefa2cb8b3a0fb194fcd3679e7e76fb5561eba1065 /nuget
parent51740592268007bba3a7ae0bcaa76886e5e88e7b (diff)
Update popper.js to v1.12.6 and package-lock.json. (#24512)
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec2
-rw-r--r--nuget/bootstrap.sass.nuspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 232a1699b3..0371197c8a 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -17,7 +17,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="[3.0.0,4)" />
- <dependency id="popper.js" version="[1.12.3,2)" />
+ <dependency id="popper.js" version="[1.12.6,2)" />
</dependencies>
<tags>css mobile-first responsive front-end framework web</tags>
</metadata>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 69b5744374..78e42cdf7e 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -17,7 +17,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="[3.0.0,4)" />
- <dependency id="popper.js" version="[1.12.3,2)" />
+ <dependency id="popper.js" version="[1.12.6,2)" />
</dependencies>
<tags>css sass mobile-first responsive front-end framework web</tags>
</metadata>