Skip to content

Commit 1ec5243

Browse files
av1155backnotprop
authored andcommitted
chore(deps): drop stub @types/dompurify
dompurify ships its own types since v3.x — the @types package is an empty stub. Removes it from both root and packages/ui devDependencies. Credit to @av1155 who identified this in #726. For provenance purposes, this commit was AI assisted.
1 parent 9873cdb commit 1ec5243

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

bun.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"sonner": "^2.0.7"
4848
},
4949
"devDependencies": {
50-
"@types/dompurify": "^3.2.0",
5150
"@types/node": "^25.5.2",
5251
"@types/turndown": "^5.0.6",
5352
"bun-types": "^1.3.11"

packages/ui/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@types/bun": "^1.2.0",
39-
"@types/dompurify": "^3.0.5",
40-
"@types/react": "^19.2.0",
39+
"@types/react": "^19.2.0",
4140
"@types/react-dom": "^19.2.0",
4241
"typescript": "~5.8.2"
4342
},

0 commit comments

Comments
 (0)