Skip to content

Chore(deps-dev): Bump @sentry/types from 7.120.2 to 10.1.0 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: evmos-stg
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@openzeppelin/contracts": "^4.9.6",
"@safe-global/safe-core-sdk-types": "^5.0.1",
"@safe-global/test": "workspace:^",
"@sentry/types": "^7.74.0",
"@sentry/types": "^10.1.0",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7592,7 +7592,7 @@ __metadata:
"@safe-global/store": "workspace:^"
"@safe-global/test": "workspace:^"
"@sentry/react": "npm:^7.91.0"
"@sentry/types": "npm:^7.74.0"
"@sentry/types": "npm:^10.1.0"
"@spindl-xyz/attribution-lite": "npm:^1.4.0"
"@storybook/addon-designs": "npm:^8.0.3"
"@storybook/addon-essentials": "npm:^8.0.6"
Expand Down Expand Up @@ -7799,6 +7799,13 @@ __metadata:
languageName: node
linkType: hard

"@sentry/core@npm:10.1.0":
version: 10.1.0
resolution: "@sentry/core@npm:10.1.0"
checksum: 10/6a128ef23427b6a89d75cb879899fc80bc6d9b99614bf93f38ca2800920b304ddc1de461a91aa4bc0b2e5f3bb37c22b45aac553c46032e2f701c5094e6950083
languageName: node
linkType: hard

"@sentry/core@npm:7.120.2":
version: 7.120.2
resolution: "@sentry/core@npm:7.120.2"
Expand Down Expand Up @@ -7848,13 +7855,22 @@ __metadata:
languageName: node
linkType: hard

"@sentry/types@npm:7.120.2, @sentry/types@npm:^7.74.0":
"@sentry/types@npm:7.120.2":
version: 7.120.2
resolution: "@sentry/types@npm:7.120.2"
checksum: 10/aceaf08ea382ab6c7ac2a9fe7c3953998736aa56458f9ecc6d8ed304912abff505e2ca08f9b7563b02114eb812b1bf3aa6a2c78b6067f306b28c7c1f1425f25d
languageName: node
linkType: hard

"@sentry/types@npm:^10.1.0":
version: 10.1.0
resolution: "@sentry/types@npm:10.1.0"
dependencies:
"@sentry/core": "npm:10.1.0"
checksum: 10/f5540e7e4bb60a3d73ebcbf71eb256a1a94c7a892770ad8949faafa1f053b1f77720a9556915ed2b0abda3573b1cc030c18382539b3972fbb6ed28e37ed01078
languageName: node
linkType: hard

"@sentry/utils@npm:7.120.2":
version: 7.120.2
resolution: "@sentry/utils@npm:7.120.2"
Expand Down
Loading