From 1be45388176080418aef84f3c98fda2c10fcdc42 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Fri, 12 May 2023 00:48:38 +0200 Subject: Build: Add jQuery 3.7.0 --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 1b6faae6a..fd82b4c6c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -427,6 +427,9 @@ grunt.initConfig( { "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-3.7.0/jquery.js": "jquery-3.7.0/dist/jquery.js", + "jquery-3.7.0/LICENSE.txt": "jquery-3.7.0/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", -- cgit v1.2.3