Skip to content
Merged
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
fix(deps): update dependency @sentry/nextjs to v10.39.0
  • Loading branch information
WomB0ComB0 committed Feb 23, 2026
commit 9cd6750ccc62127a8b8a2adfde04b2a5841d8b54
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@sanity/client": "^7.14.0",
"@sanity/image-url": "^2.0.2",
"@sanity/vision": "^5.2.0",
"@sentry/nextjs": "10.34.0",
"@sentry/nextjs": "10.39.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

For better maintainability and to automatically receive non-breaking updates, consider using a caret (^) for this dependency's version. This would align with the versioning strategy for other packages in this file (e.g., next, @sanity/client) and ensure you get bug fixes and compatible new features without manual intervention for each minor release.

Suggested change
"@sentry/nextjs": "10.39.0",
"@sentry/nextjs": "^10.39.0",

"@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-query": "^5.90.16",
Expand Down