Files
trezor-suite/suite/sentry/package.json
Daniel Skýpala dfac149085 chore: Bump sentry
2026-02-16 14:29:26 +01:00

21 lines
581 B
JSON

{
"name": "@suite/sentry",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@sentry/core": "10.38.0",
"@suite-common/sentry": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/utils": "workspace:*"
}
}