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 /bower.json | |
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 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index f42b7bf43..da3938cb8 100644 --- a/bower.json +++ b/bower.json @@ -39,7 +39,7 @@ "jquery-1.12.2": "jquery#1.12.2", "jquery-1.12.3": "jquery#1.12.3", "jquery-1.12.4": "jquery#1.12.4", - "jquery-1.x": "jquery#1.12.4", + "jquery-3.x": "jquery#3.6.0", "jquery-2.0.0": "jquery#2.0.0", "jquery-2.0.1": "jquery#2.0.1", "jquery-2.0.2": "jquery#2.0.2", |