Skip to content

Commit c407368

Browse files
antonisclaude
andauthored
chore(deps-dev): Remove unused uuid devDependency (#6041)
* chore(deps-dev): Remove unused uuid devDependency The uuid devDependency is not imported anywhere — all uuid4() calls in the codebase come from @sentry/core. The dep appears to have been left behind during the yarn v3 / monorepo move. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore(deps-dev): Remove orphaned @types/uuid devDependency Companion to the uuid removal — @types/uuid provided types for a package no longer in the project. Flagged by Cursor Bugbot review. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8cd4c97 commit c407368

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

packages/core/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"@types/react": "^19.1.0",
9494
"@types/react-test-renderer": "^19.1.0",
9595
"@types/uglify-js": "^3.17.2",
96-
"@types/uuid": "^9.0.4",
9796
"@types/xmlhttprequest": "^1.8.2",
9897
"babel-jest": "^29.6.3",
9998
"babel-plugin-module-resolver": "^5.0.0",
@@ -116,7 +115,6 @@
116115
"ts-jest": "^29.3.1",
117116
"typescript": "~5.9.3",
118117
"uglify-js": "^3.17.4",
119-
"uuid": "^9.0.1",
120118
"xmlhttprequest": "^1.8.0"
121119
},
122120
"codegenConfig": {

yarn.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11249,7 +11249,6 @@ __metadata:
1124911249
"@types/react": ^19.1.0
1125011250
"@types/react-test-renderer": ^19.1.0
1125111251
"@types/uglify-js": ^3.17.2
11252-
"@types/uuid": ^9.0.4
1125311252
"@types/xmlhttprequest": ^1.8.2
1125411253
babel-jest: ^29.6.3
1125511254
babel-plugin-module-resolver: ^5.0.0
@@ -11272,7 +11271,6 @@ __metadata:
1127211271
ts-jest: ^29.3.1
1127311272
typescript: ~5.9.3
1127411273
uglify-js: ^3.17.4
11275-
uuid: ^9.0.1
1127611274
xmlhttprequest: ^1.8.0
1127711275
peerDependencies:
1127811276
expo: ">=49.0.0"
@@ -12024,13 +12022,6 @@ __metadata:
1202412022
languageName: node
1202512023
linkType: hard
1202612024

12027-
"@types/uuid@npm:^9.0.4":
12028-
version: 9.0.8
12029-
resolution: "@types/uuid@npm:9.0.8"
12030-
checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
12031-
languageName: node
12032-
linkType: hard
12033-
1203412025
"@types/which@npm:^2.0.1":
1203512026
version: 2.0.2
1203612027
resolution: "@types/which@npm:2.0.2"
@@ -32867,15 +32858,6 @@ __metadata:
3286732858
languageName: node
3286832859
linkType: hard
3286932860

32870-
"uuid@npm:^9.0.1":
32871-
version: 9.0.1
32872-
resolution: "uuid@npm:9.0.1"
32873-
bin:
32874-
uuid: dist/bin/uuid
32875-
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
32876-
languageName: node
32877-
linkType: hard
32878-
3287932861
"v8-to-istanbul@npm:^9.0.1":
3288032862
version: 9.3.0
3288132863
resolution: "v8-to-istanbul@npm:9.3.0"

0 commit comments

Comments
 (0)