From 8d270e45125aca9ff00690a615330daad2c9926c Mon Sep 17 00:00:00 2001 From: Vladimir Grinenko Date: Wed, 24 Oct 2018 14:41:32 +0300 Subject: [PATCH 1/2] Update jquery to 3.3.1 --- common.blocks/jquery/__config/jquery__config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }); }); From 4555d255e15bc5c63faa9c48b41aba8a1611d299 Mon Sep 17 00:00:00 2001 From: Vladimir Grinenko Date: Wed, 24 Oct 2018 15:20:42 +0300 Subject: [PATCH 2/2] enb-bem-specs: Provide jquery script --- .enb/tasks/specs.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'),