Skip to content

Commit

Permalink
feat(sentry): update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Nov 8, 2023
1 parent fe795a0 commit ed873f0
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 805 deletions.
2 changes: 1 addition & 1 deletion packages/suite-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@sentry/webpack-plugin": "^2.3.0",
"@sentry/webpack-plugin": "^2.9.0",
"@types/copy-webpack-plugin": "^10.1.0",
"@types/webpack-bundle-analyzer": "^4.6.2",
"@types/webpack-plugin-serve": "^1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-desktop-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:e2e": "yarn xvfb-maybe -- playwright test --config=./e2e/playwright.config.ts"
},
"dependencies": {
"@sentry/electron": "^4.6.0",
"@sentry/electron": "^4.14.0",
"@suite-common/message-system": "workspace:*",
"@suite-common/sentry": "workspace:*",
"@suite-common/suite-types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-desktop-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests"
},
"dependencies": {
"@sentry/electron": "^4.6.0",
"@sentry/electron": "^4.14.0",
"@suite-common/formatters": "workspace:*",
"@suite-common/sentry": "workspace:*",
"@trezor/components": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "rimraf ./build && yarn workspace @trezor/suite-build run build:web"
},
"dependencies": {
"@sentry/browser": "^7.56.0",
"@sentry/browser": "^7.77.0",
"@suite-common/formatters": "workspace:*",
"@suite-common/sentry": "workspace:*",
"@trezor/connect": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@formatjs/intl": "2.9.6",
"@hookform/resolvers": "3.1.0",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/core": "^7.56.0",
"@sentry/core": "^7.77.0",
"@suite-common/analytics": "workspace:*",
"@suite-common/connect-init": "workspace:*",
"@suite-common/device-authenticity": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions suite-common/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"type-check": "tsc --build"
},
"dependencies": {
"@sentry/integrations": "^7.56.0",
"@sentry/types": "7.56.0",
"@sentry/integrations": "^7.77.0",
"@sentry/types": "7.77.0",
"@suite-common/suite-utils": "workspace:*",
"@trezor/utils": "workspace:*"
},
Expand Down
Loading

0 comments on commit ed873f0

Please sign in to comment.