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
333 changes: 323 additions & 10 deletions chartsmith-app/package-lock.json

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

2 changes: 1 addition & 1 deletion chartsmith-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint": "^9.22.0",
"eslint-config-next": "^15.2.1",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-environment-node": "^30.2.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Major version mismatch between Jest and jest-environment-node

The jest-environment-node package is being upgraded to version 30.2.0 while jest remains at version 29.7.0. Jest packages are designed to work together at the same major version. This mismatch could cause runtime incompatibilities, confusing behavior, or subtle test failures. The package-lock.json shows npm created nested duplicate versions to work around this (29.7.0 under jest-config and jest-runner), resulting in duplicated code and ambiguity about which version is used. Either jest needs upgrading to ^30.x or jest-environment-node should stay at ^29.x.

Additional Locations (1)

Fix in Cursor Fix in Web

"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.4.6",
Expand Down