From beeb410ccbe1c4108ee93bdbdc05e003f115baf6 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Wed, 10 May 2023 10:54:31 +0200 Subject: Build: Add jQuery 3.6.4, update Migrate to 3.4.1 Closes gh-2161 --- Gruntfile.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 38d4fe199..1b6faae6a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -424,13 +424,16 @@ grunt.initConfig( { "jquery-3.6.3/jquery.js": "jquery-3.6.3/dist/jquery.js", "jquery-3.6.3/LICENSE.txt": "jquery-3.6.3/LICENSE.txt", + "jquery-3.6.4/jquery.js": "jquery-3.6.4/dist/jquery.js", + "jquery-3.6.4/LICENSE.txt": "jquery-3.6.4/LICENSE.txt", + "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.4.0/jquery-migrate.js": - "jquery-migrate-3.4.0/dist/jquery-migrate.js", - "jquery-migrate-3.4.0/LICENSE.txt": "jquery-migrate-3.4.0/LICENSE.txt" + "jquery-migrate-3.4.1/jquery-migrate.js": + "jquery-migrate-3.4.1/dist/jquery-migrate.js", + "jquery-migrate-3.4.1/LICENSE.txt": "jquery-migrate-3.4.1/LICENSE.txt" } } }, -- cgit v1.2.3