aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2020-05-16 08:26:48 +0200
committerGitHub <noreply@github.com>2020-05-16 08:26:48 +0200
commit512cbbf4d9d039519ef9c94716d7048ca2ff582f (patch)
tree8d403584c77a9e8a1ca7b287f23fd16c8ba65175 /tests/lib
parent9bb366ef8a710c06df924b2f6567cd5ed701cd44 (diff)
downloadjquery-ui-512cbbf4d9d039519ef9c94716d7048ca2ff582f.tar.gz
jquery-ui-512cbbf4d9d039519ef9c94716d7048ca2ff582f.zip
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
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
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" ) {