diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-24 19:02:05 +0200 |
---|---|---|
committer | Felix Nagel <fnagel@users.noreply.github.com> | 2021-09-25 12:24:55 +0200 |
commit | f381ec0513a896332a2bcfc1b53b77353adae9cc (patch) | |
tree | 572ab13abcf71aacc622892611438fde1c74e2b9 /Gruntfile.js | |
parent | 3f5c7201da993f07226d5ba5464a9237f0bdbd5a (diff) | |
download | jquery-ui-f381ec0513a896332a2bcfc1b53b77353adae9cc.tar.gz jquery-ui-f381ec0513a896332a2bcfc1b53b77353adae9cc.zip |
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.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index b18b74b11..68056aa61 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -286,8 +286,8 @@ grunt.initConfig( { "jquery-simulate/jquery.simulate.js": "jquery-simulate/jquery.simulate.js", "jquery-simulate/LICENSE.txt": "jquery-simulate/LICENSE.txt", - "jquery/jquery.js": "jquery-1.x/dist/jquery.js", - "jquery/LICENSE.txt": "jquery-1.x/LICENSE.txt", + "jquery/jquery.js": "jquery-3.x/dist/jquery.js", + "jquery/LICENSE.txt": "jquery-3.x/LICENSE.txt", "jquery-1.8.0/jquery.js": "jquery-1.8.0/jquery.js", "jquery-1.8.0/MIT-LICENSE.txt": "jquery-1.8.0/MIT-LICENSE.txt", |