From d2f577f13b545cea7e0ade31cd42e61831a559dd Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Mon, 27 Jul 2020 21:03:48 +0200 Subject: Tests: Update jQuery Migrate from 3.3.0 to 3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That upgrade makes UI pass the whole test suite without a single jQuery Migrate warning. 🎉 Closes gh-1932 --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 87a00a852..75004eb58 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -430,8 +430,8 @@ grunt.initConfig( { "jquery-migrate-1.4.1/jquery-migrate.js": "jquery-migrate-1.4.1/dist/jquery-migrate.js", "jquery-migrate-1.4.1/LICENSE.txt": "jquery-migrate-1.4.1/LICENSE.txt", - "jquery-migrate-3.3.0/jquery-migrate.js": "jquery-migrate-3.3.0/dist/jquery-migrate.js", - "jquery-migrate-3.3.0/LICENSE.txt": "jquery-migrate-3.3.0/LICENSE.txt" + "jquery-migrate-3.3.1/jquery-migrate.js": "jquery-migrate-3.3.1/dist/jquery-migrate.js", + "jquery-migrate-3.3.1/LICENSE.txt": "jquery-migrate-3.3.1/LICENSE.txt" } } }, -- cgit v1.2.3