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.17.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.17.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.17.0":
version: 10.17.0
resolution: "@sentry/core@npm:10.17.0"
checksum: 10/556eaedf23402fe9f9b8a8cd577d61e71b42b9ef3e72bc22ee70705fc0050d1bf8a08dff44434f8a2ad1415e177b2e09d12f4d7ef51e2553c067ff805b3030e2
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.17.0":
version: 10.17.0
resolution: "@sentry/types@npm:10.17.0"
dependencies:
"@sentry/core": "npm:10.17.0"
checksum: 10/b6a6d1d60ca2088f911624a339546c5ffa3c9e2bf1a316911a8d160abd4d6ded5b30bb1d9f657822c757e79e2c10fa3bf202b63599dd8edfc8f75804ec20b962
languageName: node
linkType: hard

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