From 512cbbf4d9d039519ef9c94716d7048ca2ff582f Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Sat, 16 May 2020 08:26:48 +0200 Subject: Build: Update jQuery Simulate, jQuery Migrate & jQuery Color The jQuery Simulate & jQuery Color updates are needed for compatibility with jQuery master, a future jQuery 4. Closes gh-1914 --- tests/lib/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 0134d1d03..58710367c 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -120,7 +120,7 @@ function migrateUrl() { if ( jqueryVersion === "git" ) { url = "https://code.jquery.com/jquery-migrate-git"; } else if ( jqueryVersion[ 0 ] === "3" ) { - url = "../../../external/jquery-migrate-3.1.0/jquery-migrate"; + url = "../../../external/jquery-migrate-3.3.0/jquery-migrate"; } else if ( jqueryVersion[ 0 ] === "1" || jqueryVersion[ 0 ] === "2" ) { url = "../../../external/jquery-migrate-1.4.1/jquery-migrate"; } else if ( jqueryVersion === "custom" ) { -- cgit v1.2.3