Update dependencies and version

This commit is contained in:
bytedream 2025-05-08 02:02:57 +02:00
parent 47f6de2de8
commit 607326e6d6
2 changed files with 1685 additions and 207 deletions

1872
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "stream-bypass",
"version": "3.1.5",
"version": "3.1.6",
"displayName": "Stream Bypass",
"author": "bytedream",
"description": "Multi-browser addon for multiple streaming providers which redirects directly to the source video",
@ -29,23 +29,23 @@
"@samrum/vite-plugin-web-extension": "^5.1.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.315",
"@types/chrome": "^0.0.320",
"@types/firefox-webext-browser": "^120.0.4",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.3",
"eslint-plugin-svelte": "^3.5.1",
"hls.js": "^1.6.2",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"sass": "^1.86.3",
"svelte": "^5.27.0",
"svelte-check": "^4.1.6",
"sass": "^1.87.0",
"svelte": "^5.28.2",
"svelte-check": "^4.1.7",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.0",
"web-ext": "^8.5.0"
"typescript-eslint": "^8.32.0",
"vite": "^6.3.5",
"web-ext": "^8.6.0"
},
"type": "module"
}