Skip to content

Commit

Permalink
Core: Update compatible jQuery versions
Browse files Browse the repository at this point in the history
Instead of `>=1.8.0 <4.0.0`, specify `>=1.12.0 <5.0.0`.
  • Loading branch information
mgol committed May 15, 2024
1 parent 68fda5b commit ec3edb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ec3edb6

Please sign in to comment.