aboutsummaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-06-28 22:19:46 -0700
committerGitHub <[email protected]>2016-06-28 22:19:46 -0700
commited3ba4742506a7164caddbcdcfc58aba25277b4d (patch)
treead63eff63dc01e451bb7a6df73afc22079364444 /nuget
parent8900d953ed8b7d2416c2c31667790d83853a0a06 (diff)
downloadbootstrap-ed3ba4742506a7164caddbcdcfc58aba25277b4d.tar.xz
bootstrap-ed3ba4742506a7164caddbcdcfc58aba25277b4d.zip
Support jQuery v3 in Bootstrap v4 (#20191)
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
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 59b7b4faa..750378cf1 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -16,7 +16,7 @@
<copyright>Copyright 2016</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
- <dependency id="jQuery" version="2.0.0" />
+ <dependency id="jQuery" version="3.0.0.1" />
</dependencies>
<tags>css js less mobile-first responsive front-end framework web</tags>
</metadata>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 6e57c5470..09125460a 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -16,7 +16,7 @@
<copyright>Copyright 2016</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
- <dependency id="jQuery" version="2.0.0" />
+ <dependency id="jQuery" version="3.0.0.1" />
</dependencies>
<tags>css js less mobile-first responsive front-end framework web</tags>
</metadata>