From 9e965bea136083c18e919747f36e7ea3fe9fc34e Mon Sep 17 00:00:00 2001 From: "ziborov.alexander" <1420883+San4es@users.noreply.github.com> Date: Tue, 12 May 2020 08:57:50 +0300 Subject: [PATCH 1/3] Log jQuery version --- docker-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-ci.sh b/docker-ci.sh index 59ef8a076744..15caecb5ac27 100755 --- a/docker-ci.sh +++ b/docker-ci.sh @@ -212,6 +212,7 @@ function start_runner_watchdog { } echo "node $(node -v), npm $(npm -v), dotnet $(dotnet --version)" +npm ls jquery TARGET_FUNC="run_$TARGET" From 8a7c34269e42a1372539c9c9e03cb2a4be3f0e77 Mon Sep 17 00:00:00 2001 From: "ziborov.alexander" <1420883+San4es@users.noreply.github.com> Date: Tue, 12 May 2020 09:17:20 +0300 Subject: [PATCH 2/3] Update jQuery to version 3.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bee391bc4444..db1a43f07d44 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "handlebars": "^4.7.3", "hogan.js": "3.0.2", "intl": "^1.2.5", - "jquery": "^3.5.0", + "jquery": "^3.5.1", "jquery.1": "^1.0.0", "jquery.2": "^1.0.0", "jquery.tmpl": "0.0.2", From 3a4b5eb825c6b889fcb2fdffd49e249a468894f2 Mon Sep 17 00:00:00 2001 From: "ziborov.alexander" <1420883+San4es@users.noreply.github.com> Date: Tue, 12 May 2020 09:18:14 +0300 Subject: [PATCH 3/3] Revert "Log jQuery version" This reverts commit 9e965bea136083c18e919747f36e7ea3fe9fc34e. --- docker-ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-ci.sh b/docker-ci.sh index 15caecb5ac27..59ef8a076744 100755 --- a/docker-ci.sh +++ b/docker-ci.sh @@ -212,7 +212,6 @@ function start_runner_watchdog { } echo "node $(node -v), npm $(npm -v), dotnet $(dotnet --version)" -npm ls jquery TARGET_FUNC="run_$TARGET"