From 182f3f062f1cc41aa549c6ff0fbc47720caae9e9 Mon Sep 17 00:00:00 2001 From: Vladimir Grinenko Date: Fri, 20 Jul 2018 23:52:03 +0300 Subject: [PATCH] Update jQuery version --- common.blocks/jquery/__config/jquery__config.js | 2 +- desktop.blocks/jquery/__config/jquery__config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.blocks/jquery/__config/jquery__config.js b/common.blocks/jquery/__config/jquery__config.js index 1e7c4c32..dbae1034 100644 --- a/common.blocks/jquery/__config/jquery__config.js +++ b/common.blocks/jquery/__config/jquery__config.js @@ -10,7 +10,7 @@ provide(/** @exports */{ * URL for loading jQuery if it does not exist * @type {String} */ - url : 'https://yastatic.net/jquery/3.1.0/jquery.min.js' + url : 'https://yastatic.net/jquery/3.2.1/jquery.min.js' }); }); diff --git a/desktop.blocks/jquery/__config/jquery__config.js b/desktop.blocks/jquery/__config/jquery__config.js index 0114f636..b71bfec8 100644 --- a/desktop.blocks/jquery/__config/jquery__config.js +++ b/desktop.blocks/jquery/__config/jquery__config.js @@ -13,7 +13,7 @@ provide( objects.extend( base, { - url : 'https://yastatic.net/jquery/1.12.3/jquery.min.js' + url : 'https://yastatic.net/jquery/1.12.4/jquery.min.js' }) : base);