Skip to content

Commit

Permalink
Enforce new jQuery 1.9 minimum version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jun 14, 2024
1 parent 04e872e commit 09cc28c
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 @@ -49,7 +49,7 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"jquery": ">=1.4.0"
"jquery": ">=1.9.0"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 09cc28c

Please sign in to comment.