Skip to content

Commit f381ec0

Browse files
mgolfnagel
authored andcommitted
Docs: Update jQuery used for demos to 3.6.0
jQuery 1.12.4 misses some Core APIs that jQuery UI depends on and that are not polyfilled in demos.
1 parent 3f5c720 commit f381ec0

File tree

4 files changed

+4230
-4373
lines changed

4 files changed

+4230
-4373
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ grunt.initConfig( {
286286
"jquery-simulate/jquery.simulate.js": "jquery-simulate/jquery.simulate.js",
287287
"jquery-simulate/LICENSE.txt": "jquery-simulate/LICENSE.txt",
288288

289-
"jquery/jquery.js": "jquery-1.x/dist/jquery.js",
290-
"jquery/LICENSE.txt": "jquery-1.x/LICENSE.txt",
289+
"jquery/jquery.js": "jquery-3.x/dist/jquery.js",
290+
"jquery/LICENSE.txt": "jquery-3.x/LICENSE.txt",
291291

292292
"jquery-1.8.0/jquery.js": "jquery-1.8.0/jquery.js",
293293
"jquery-1.8.0/MIT-LICENSE.txt": "jquery-1.8.0/MIT-LICENSE.txt",

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jquery-1.12.2": "jquery#1.12.2",
4040
"jquery-1.12.3": "jquery#1.12.3",
4141
"jquery-1.12.4": "jquery#1.12.4",
42-
"jquery-1.x": "jquery#1.12.4",
42+
"jquery-3.x": "jquery#3.6.0",
4343
"jquery-2.0.0": "jquery#2.0.0",
4444
"jquery-2.0.1": "jquery#2.0.1",
4545
"jquery-2.0.2": "jquery#2.0.2",

external/jquery/LICENSE.txt

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
Copyright jQuery Foundation and other contributors, https://jquery.org/
2-
3-
This software consists of voluntary contributions made by many
4-
individuals. For exact contribution history, see the revision history
5-
available at https://github.com/jquery/jquery
6-
7-
The following license applies to all parts of this software except as
8-
documented below:
9-
10-
====
1+
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
112

123
Permission is hereby granted, free of charge, to any person obtaining
134
a copy of this software and associated documentation files (the
@@ -27,10 +18,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2718
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2819
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2920
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30-
31-
====
32-
33-
All files located in the node_modules and external directories are
34-
externally maintained libraries used by this software which have their
35-
own licenses; we recommend you read them, as their terms may differ from
36-
the terms above.

0 commit comments

Comments
 (0)