pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unused import

vlOd2 ca61d3b9 6b276d32

+8 -9
+8 -8
pnpm-lock.yaml
··· 44 44 version: 1.8.0 45 45 '@p-stream/providers': 46 46 specifier: github:p-stream/providers#production 47 - version: https://codeload.github.com/p-stream/providers/tar.gz/6a94f978c64ec025171246b7b27e5867bdf21ed1 47 + version: https://codeload.github.com/p-stream/providers/tar.gz/fc5a98210c5e14588c8c2daa4f3cba3970d84103 48 48 '@plasmohq/messaging': 49 49 specifier: ^0.6.2 50 50 version: 0.6.2(react@18.3.1) ··· 1207 1207 resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==} 1208 1208 engines: {node: '>=12.4.0'} 1209 1209 1210 - '@p-stream/providers@https://codeload.github.com/p-stream/providers/tar.gz/6a94f978c64ec025171246b7b27e5867bdf21ed1': 1211 - resolution: {tarball: https://codeload.github.com/p-stream/providers/tar.gz/6a94f978c64ec025171246b7b27e5867bdf21ed1} 1210 + '@p-stream/providers@https://codeload.github.com/p-stream/providers/tar.gz/fc5a98210c5e14588c8c2daa4f3cba3970d84103': 1211 + resolution: {tarball: https://codeload.github.com/p-stream/providers/tar.gz/fc5a98210c5e14588c8c2daa4f3cba3970d84103} 1212 1212 version: 3.2.0 1213 1213 1214 1214 '@pkgjs/parseargs@0.11.0': ··· 3750 3750 serialize-javascript@6.0.2: 3751 3751 resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} 3752 3752 3753 - set-cookie-parser@2.7.1: 3754 - resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==} 3753 + set-cookie-parser@2.7.2: 3754 + resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==} 3755 3755 3756 3756 set-function-length@1.2.2: 3757 3757 resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} ··· 5523 5523 5524 5524 '@nolyfill/is-core-module@1.0.39': {} 5525 5525 5526 - '@p-stream/providers@https://codeload.github.com/p-stream/providers/tar.gz/6a94f978c64ec025171246b7b27e5867bdf21ed1': 5526 + '@p-stream/providers@https://codeload.github.com/p-stream/providers/tar.gz/fc5a98210c5e14588c8c2daa4f3cba3970d84103': 5527 5527 dependencies: 5528 5528 abort-controller: 3.0.0 5529 5529 cheerio: 1.0.0-rc.12 ··· 5536 5536 json5: 2.2.3 5537 5537 nanoid: 3.3.11 5538 5538 node-fetch: 3.3.2 5539 - set-cookie-parser: 2.7.1 5539 + set-cookie-parser: 2.7.2 5540 5540 unpacker: 1.0.1 5541 5541 5542 5542 '@pkgjs/parseargs@0.11.0': ··· 8215 8215 dependencies: 8216 8216 randombytes: 2.1.0 8217 8217 8218 - set-cookie-parser@2.7.1: {} 8218 + set-cookie-parser@2.7.2: {} 8219 8219 8220 8220 set-function-length@1.2.2: 8221 8221 dependencies:
-1
src/components/player/atoms/settings/TranslateSubtitleView.tsx
··· 1 - import { useEffect } from "react"; 2 1 import { useTranslation } from "react-i18next"; 3 2 4 3 import { FlagIcon } from "@/components/FlagIcon";