Skip to content
Closed
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.11.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.11.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.11.0":
version: 10.11.0
resolution: "@sentry/core@npm:10.11.0"
checksum: 10/c045d39a2a117ea270fa537f6850dc5dc863cd5b4ba27668ce48322b9b3eeec0ba19d6c8255c4699fad9d534133799f1aea16256fa12ee3e8506b0091cbc46c3
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.11.0":
version: 10.11.0
resolution: "@sentry/types@npm:10.11.0"
dependencies:
"@sentry/core": "npm:10.11.0"
checksum: 10/44208180a104360afdd4fffc2422d2a29eb630f75244f7ea312c1714ba3abfda8a9cb1b17eca8f08232d62ab98f3d3e4bb284b9e54902d508ba5754d42289cf1
languageName: node
linkType: hard

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