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
85 changes: 81 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"@sentry/angular": "10.43.0",
"@sentry/angular": "10.44.0",
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

Upgrading @sentry/angular to 10.44.0 appears to conflict with @sentry/capacitor@3.2.0, which peers on @sentry/angular@10.43.0 (see package-lock.json entry for @sentry/capacitor). This will at least produce a peer-dependency mismatch and may lead to multiple Sentry SDK copies at runtime. Consider upgrading @sentry/capacitor to a version compatible with 10.44.0 (or keep the Sentry packages on matching versions).

Suggested change
"@sentry/angular": "10.44.0",
"@sentry/angular": "10.43.0",

Copilot uses AI. Check for mistakes.
"@sentry/capacitor": "3.2.0",
"apexcharts": "^4.5.0",
"assert": "^2.1.0",
Expand Down
Loading