Skip to content
Open
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
169 changes: 147 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/jest": "30.0.0",
"@types/node": "22.19.17",
"concurrently": "9.2.1",
"@types/node": "24.13.2",
"concurrently": "10.0.3",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🟡 P2 concurrently v10 drops support for Node <22, so this change breaks the documented local-dev flow (npm run dev) for contributors still on the repo's stated Node 18+ minimum. Either keep concurrently on v9 here, or raise the project's declared Node floor in the same PR so the supported environment matches the toolchain.

"conventional-changelog-conventionalcommits": "9.3.1",
"jest": "30.3.0",
"nodemon": "3.1.14",
Expand Down
Loading