Skip to content

Commit

Permalink
chore: remove @types/dompurify as dompurify provides its own types
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and whitphx committed Jan 11, 2025
1 parent 640e4a2 commit 79ac252
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"devDependencies": {
"@lerna-lite/cli": "^3.4.0",
"@lerna-lite/version": "^3.4.0",
"@types/dompurify": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"chokidar-cli": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"devDependencies": {
"@emotion/babel-plugin": "^11.13.5",
"@types/dompurify": "^3.2.0",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.1.5",
"vite-plugin-static-copy": "^2.2.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@
"check:eslint": "eslint 'src/**/*.{ts,tsx}'",
"check:prettier": "prettier --check ."
},
"devDependencies": {
"@types/dompurify": "^3.2.0"
}
"devDependencies": {}
}
1 change: 0 additions & 1 deletion packages/sharing-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"protobufjs": "^7.2.4"
},
"devDependencies": {
"@types/dompurify": "^3.2.0",
"ts-proto": "^2.6.1"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3609,7 +3609,7 @@
dependencies:
"@types/ms" "*"

"@types/dompurify@^3.0.5", "@types/dompurify@^3.2.0":
"@types/dompurify@^3.0.5":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@types/dompurify/-/dompurify-3.2.0.tgz#56610bf3e4250df57744d61fbd95422e07dfb840"
integrity sha512-Fgg31wv9QbLDA0SpTOXO3MaxySc4DKGLi8sna4/Utjo4r3ZRPdCt4UQee8BWr+Q5z21yifghREPJGYaEOEIACg==
Expand Down Expand Up @@ -10488,10 +10488,10 @@ immer@^9.0.19:
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==

immutable@^5.0.2:
version "5.0.3"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.0.3.tgz#aa037e2313ea7b5d400cd9298fa14e404c933db1"
integrity sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==
immutable@4.2.3, immutable@^5.0.2:
version "4.2.3"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.2.3.tgz#a203cdda37a5a30bc351b982a1794c1930198815"
integrity sha512-IHpmvaOIX4VLJwPOuQr1NpeBr2ZG6vpIj3blsLVxXRWJscLioaJRStqC+NcBsLeCDsnGlPpXd5/WZmnE7MbsKA==

import-fresh@^3.2.1, import-fresh@^3.3.0:
version "3.3.0"
Expand Down Expand Up @@ -14896,7 +14896,7 @@ protobufjs-cli@^1.1.0:
tmp "^0.2.1"
uglify-js "^3.7.7"

protobufjs@^7.2.4, protobufjs@^7.2.5:
protobufjs@7.2.5, protobufjs@^7.2.4, protobufjs@^7.2.5:
version "7.2.5"
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.5.tgz#45d5c57387a6d29a17aab6846dcc283f9b8e7f2d"
integrity sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==
Expand Down

0 comments on commit 79ac252

Please sign in to comment.