modosc / global-jsdom

Enable DOM in Node.js
Other
73 stars 10 forks source link

Support for jsDOM 25.0.0 #421

Closed joergplewe closed 2 months ago

joergplewe commented 3 months ago

Hi all!

Seems that global-jsdom won't allow for jsDOM >24

"peerDependencies": {
    "jsdom": ">=24 <25"
  },

Can this be extended?

modosc commented 2 months ago

done in #422

goosewobbler commented 2 months ago

@modosc That PR just updated the devDep, this issue is about the peerDep range: https://github.com/modosc/global-jsdom/pull/422/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R33

modosc commented 2 months ago

@modosc That PR just updated the devDep, this issue is about the peerDep range: https://github.com/modosc/global-jsdom/pull/422/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R33

oops, meant https://github.com/modosc/global-jsdom/pull/426