Skip to content

Commit

Permalink
Bump jQuery dependency version range to 1.7 - 4
Browse files Browse the repository at this point in the history
This patch bumps the upper limit of the jQuery dependency to 4.x.x.

I changed this to the range syntax because it reads a little better
to my eye. This is functionally equivalent to ">=1.7.0 <5.0.0".

Related to issue: #189
  • Loading branch information
stevenbenner committed Feb 21, 2024
1 parent fae3add commit cf8de17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"browser"
],
"dependencies": {
"jquery": ">=1.7 <4.0"
"jquery": "1.7 - 4"
},
"devDependencies": {
"@stevenbenner/eslint-config": "~3.0",
Expand Down

0 comments on commit cf8de17

Please sign in to comment.