mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
update packages
This commit is contained in:
parent
48b5ed7155
commit
69f6663b93
2 changed files with 587 additions and 545 deletions
30
package.json
30
package.json
|
|
@ -37,7 +37,7 @@
|
|||
"@ladjs/country-language": "^1.0.3",
|
||||
"@marsidev/react-turnstile": "^0.7.2",
|
||||
"@movie-web/providers": "github:Pasithea0/smov-providers#production",
|
||||
"@noble/hashes": "^1.7.1",
|
||||
"@noble/hashes": "^1.7.2",
|
||||
"@plasmohq/messaging": "^0.6.2",
|
||||
"@react-spring/web": "^9.7.5",
|
||||
"@scure/bip39": "^1.5.4",
|
||||
|
|
@ -46,12 +46,12 @@
|
|||
"classnames": "^2.5.1",
|
||||
"core-js": "^3.41.0",
|
||||
"detect-browser": "^5.3.0",
|
||||
"dompurify": "^3.2.4",
|
||||
"dompurify": "^3.2.5",
|
||||
"flag-icons": "^7.3.2",
|
||||
"focus-trap-react": "^10.3.1",
|
||||
"fscreen": "^1.2.0",
|
||||
"fuse.js": "^7.1.0",
|
||||
"hls.js": "^1.5.20",
|
||||
"hls.js": "^1.6.2",
|
||||
"i18next": "^23.16.8",
|
||||
"immer": "^10.1.1",
|
||||
"iso-639-3": "^3.0.1",
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"million": "^2.6.4",
|
||||
"nanoid": "^5.1.4",
|
||||
"nanoid": "^5.1.5",
|
||||
"node-forge": "^1.3.1",
|
||||
"ofetch": "^1.4.1",
|
||||
"react": "^18.3.1",
|
||||
|
|
@ -80,8 +80,8 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.26.10",
|
||||
"@babel/preset-env": "^7.26.9",
|
||||
"@babel/preset-typescript": "^7.26.0",
|
||||
"@rollup/wasm-node": "^4.35.0",
|
||||
"@babel/preset-typescript": "^7.27.0",
|
||||
"@rollup/wasm-node": "^4.40.0",
|
||||
"@types/chromecast-caf-sender": "^1.0.11",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/dompurify": "^3.2.0",
|
||||
|
|
@ -89,17 +89,17 @@
|
|||
"@types/lodash.isequal": "^4.5.8",
|
||||
"@types/lodash.merge": "^4.6.9",
|
||||
"@types/lodash.throttle": "^4.1.9",
|
||||
"@types/node": "^20.17.24",
|
||||
"@types/node": "^20.17.30",
|
||||
"@types/pako": "^2.0.3",
|
||||
"@types/react": "^18.3.18",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
"@types/react": "^18.3.20",
|
||||
"@types/react-dom": "^18.3.6",
|
||||
"@types/react-helmet": "^6.1.11",
|
||||
"@types/react-lazy-load-image-component": "^1.6.4",
|
||||
"@types/react-router": "^5.1.20",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-stickynode": "^4.0.3",
|
||||
"@types/react-transition-group": "^4.4.12",
|
||||
"@types/semver": "^7.5.8",
|
||||
"@types/semver": "^7.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
|
|
@ -108,10 +108,10 @@
|
|||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.9.0",
|
||||
"eslint-import-resolver-typescript": "^3.10.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"eslint-plugin-prettier": "^5.2.6",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"glob": "^10.4.5",
|
||||
|
|
@ -126,9 +126,9 @@
|
|||
"tailwind-scrollbar": "^3.1.0",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"tailwindcss-themer": "^4.1.1",
|
||||
"type-fest": "^4.37.0",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "^5.4.14",
|
||||
"type-fest": "^4.39.1",
|
||||
"typescript": "^5.8.3",
|
||||
"vite": "^5.4.18",
|
||||
"vite-plugin-checker": "^0.6.4",
|
||||
"vite-plugin-package-version": "^1.1.0",
|
||||
"vite-plugin-pwa": "^0.17.5",
|
||||
|
|
|
|||
1102
pnpm-lock.yaml
1102
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue