From 34db0eac11d9d97f8058a8d84d57ea3c5c9fe324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Sun, 15 Jan 2023 21:14:04 +0100 Subject: [PATCH] Tests: Update jQuery 3.6.0 to 3.6.3 --- Gruntfile.js | 4 ++-- README.md | 2 +- test/data/testinit.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4a5af887..4d0030db 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -81,8 +81,8 @@ module.exports = function( grunt ) { "min+3.x-git.min", "dev+3.x-git.slim", "min+3.x-git.slim.min", - "dev+3.6.0", - "dev+3.6.0.slim", + "dev+3.6.3", + "dev+3.6.3.slim", "dev+3.5.1", "dev+3.5.1.slim", "dev+3.4.1", diff --git a/README.md b/README.md index 3d5e0fc7..1dc807ec 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The following table indicates which jQuery Migrate versions can be used with whi In your web page, load this plugin *after* the script tag for jQuery, for example: ```html - + ``` diff --git a/test/data/testinit.js b/test/data/testinit.js index ef3a8318..b586e9a3 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -261,7 +261,7 @@ TestManager.init( { urlTag: "jquery", choices: "dev,min,git,git.min,git.slim,git.slim.min," + "3.x-git,3.x-git.min,3.x-git.slim,3.x-git.slim.min," + - "3.6.0,3.6.0.slim,3.5.1,3.5.1.slim,3.4.1,3.4.1.slim," + + "3.6.3,3.6.3.slim,3.5.1,3.5.1.slim,3.4.1,3.4.1.slim," + "3.3.1,3.3.1.slim,3.2.1,3.2.1.slim,3.1.1,3.1.1.slim,3.0.0,3.0.0.slim" }, "jquery-migrate": {