Skip to content
Merged
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
5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:sdk-local": "jest --maxWorkers=8",
"test:tools": "npx jest --config jest.config.tools.js",
"test:watch": "npx jest --watch",
"yalc:add:sentry-javascript": "yalc add @sentry/browser @sentry/core @sentry/react @sentry/types",
"yalc:add:sentry-javascript": "yalc add @sentry/browser @sentry/core @sentry/react",
"fix": "npx run-s fix:oxlint fix:fmt",
"fix:oxlint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint --type-aware --tsconfig tsconfig.lint.json --fix",
"fix:fmt": "oxfmt \"{src,test,scripts,plugin/src}/**/**.ts\" \"{src,test}/**/**.tsx\"",
Expand Down Expand Up @@ -78,8 +78,7 @@
"@sentry/cli": "3.4.2",
"@sentry/core": "10.53.1",
"@sentry/expo-upload-sourcemaps": "workspace:*",
"@sentry/react": "10.53.1",
"@sentry/types": "10.53.1"
"@sentry/react": "10.53.1"
},
"devDependencies": {
"@babel/core": "^7.26.7",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10894,7 +10894,6 @@ __metadata:
"@sentry/core": 10.53.1
"@sentry/expo-upload-sourcemaps": "workspace:*"
"@sentry/react": 10.53.1
"@sentry/types": 10.53.1
"@sentry/wizard": 6.12.0
"@testing-library/react-native": ^13.2.2
"@types/jest": ^29.5.13
Expand Down Expand Up @@ -10952,15 +10951,6 @@ __metadata:
languageName: node
linkType: hard

"@sentry/types@npm:10.53.1":
version: 10.53.1
resolution: "@sentry/types@npm:10.53.1"
dependencies:
"@sentry/core": 10.53.1
checksum: 152275487a3557098dd3d40229a88da7ea4dd4bf41c6cc25762f4092ab20428509ab64e0f279b8a94ce69620cce2e962af218c3ca8554dab06d9fa9f3b6c64a1
languageName: node
linkType: hard

"@sentry/wizard@npm:6.12.0":
version: 6.12.0
resolution: "@sentry/wizard@npm:6.12.0"
Expand Down
Loading