Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"jsdom": "^28.1.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Potential Node.js compatibility issue

Updating jsdom to ^28.1.0 introduces dependencies that require Node.js 20+, but the project currently supports Node.js >=18.0.0. This may break CI or local development for users on Node 18.

Consider updating the engines field in package.json to node: '>=20.0.0' if this update is necessary.

"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
Expand Down
Loading
Loading