From b0ed787d18e606afd81f941065ba35f291ffb245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Fri, 24 Sep 2021 19:01:05 +0200 Subject: [PATCH] Build: Require jQuery `>=1.8.0 <4.0.0`, not `>=1.6` in bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index da3938cb8ac..9366cbfe834 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,7 @@ ], "license": "MIT", "dependencies": { - "jquery": ">=1.6" + "jquery": ">=1.8.0 <4.0.0" }, "devDependencies": { "jquery-color": "2.2.0",