diff --git a/.enb/tasks/specs.js b/.enb/tasks/specs.js index 670a9ae8f..37a2fd374 100644 --- a/.enb/tasks/specs.js +++ b/.enb/tasks/specs.js @@ -43,7 +43,10 @@ function configure(helper, platform) { specSuffixes : ['spec.js'], langs : true, depsTech : techs.bem.deps, - scripts : ['https://yastatic.net/es5-shims/0.0.2/es5-shims.min.js'], + scripts : [ + 'https://yastatic.net/es5-shims/0.0.2/es5-shims.min.js', + 'https://yastatic.net/jquery/3.3.1/jquery.min.js' + ], templateEngine : { bemtreeTemplateTech : require('enb-bemxjst/techs/bemtree'), templateTech : require('enb-bemxjst/techs/bemhtml'), diff --git a/common.blocks/jquery/__config/jquery__config.js b/common.blocks/jquery/__config/jquery__config.js index dbae1034c..6916eafea 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.2.1/jquery.min.js' + url : 'https://yastatic.net/jquery/3.3.1/jquery.min.js' }); });