Skip to content
Open
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 @@ -200,7 +200,7 @@
"@tailwindcss/typography": "^0.5.19",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.1",
"@testing-library/react": "16.3.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

I've noticed an inconsistency in how dependency versions are specified in package.json. Some testing libraries like vitest and @playwright/test use caret ranges (^), while the @testing-library/* packages are pinned. To improve consistency and simplify future updates, consider using a caret range here. A follow-up change to align the other @testing-library packages would also be beneficial.

Suggested change
"@testing-library/react": "16.3.2",
"@testing-library/react": "^16.3.2",

"@types/bun": "1.3.5",
"@types/glob": "^9.0.0",
"@types/google.maps": "^3.58.1",
Expand Down