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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"@styled/typescript-styled-plugin": "^1.0.1",
"@tanstack/eslint-plugin-query": "5.83.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Version mismatch between PR description and package.json

The diff specifies @testing-library/react version 16.3.1, but the PR description indicates the update should be to version 16.3.0. This mismatch suggests either the version number in package.json is incorrect or the PR description is outdated. The discrepancy may cause confusion about what version is actually being installed, and if 16.3.1 doesn't exist on npm, the build would fail.

Fix in Cursor Fix in Web

"@testing-library/user-event": "14.6.1",
"@types/gettext-parser": "8.0.0",
"@types/node": "^22.9.1",
Expand Down
Loading
Loading