Skip to content

Commit

Permalink
chore: add @types/dompurify to packages that use it
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 7273328 commit 640e4a2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"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
3 changes: 3 additions & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"fix:prettier": "prettier --write .",
"check:eslint": "eslint 'src/**/*.{ts,tsx}'",
"check:prettier": "prettier --check ."
},
"devDependencies": {
"@types/dompurify": "^3.2.0"
}
}
1 change: 1 addition & 0 deletions packages/sharing-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"protobufjs": "^7.2.4"
},
"devDependencies": {
"@types/dompurify": "^3.2.0",
"ts-proto": "^2.6.1"
}
}
Binary file added protoc-3.20.3-linux-x86_64.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
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@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==
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==

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.5, protobufjs@^7.2.4, 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 640e4a2

Please sign in to comment.