Core: Update compatible jQuery versions

Instead of `>=1.8.0 <4.0.0`, specify `>=1.12.0 <5.0.0`.
This commit is contained in:
Michał Gołębiowski-Owczarek 2024-05-15 18:11:33 +02:00
parent 68fda5beb2
commit ec3edb6876
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.8.0 <4.0.0"
"jquery": ">=1.12.0 <5.0.0"
},
"devDependencies": {
"jquery-color": "3.0.0",

View File

@ -52,7 +52,7 @@
"test": "grunt && npm run test:unit -- -h"
},
"dependencies": {
"jquery": ">=1.8.0 <4.0.0"
"jquery": ">=1.12.0 <5.0.0"
},
"devDependencies": {
"body-parser": "1.20.2",