Skip to content

Commit 41623f2

Browse files
authored
Build: Allow jQuery 4.0.0-beta.2 or newer in peerDependencies
The previous range, `>=4 <5` didn't allow jQuery `4.0.0-rc.1` with newer npm versions unless legacy peer deps are enabled. Closes gh-590
1 parent e61af3f commit 41623f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test": "npm run build:all && npm run lint && npm run test:browserless && npm run test:browser && npm run test:esm"
5353
},
5454
"peerDependencies": {
55-
"jquery": ">=4 <5"
55+
"jquery": ">=4.0.0-beta.2 <5"
5656
},
5757
"devDependencies": {
5858
"@rollup/plugin-commonjs": "28.0.3",

0 commit comments

Comments
 (0)