From dd9bf71a5c4f83b14dcbb2a27e8a258b8fd4c3e5 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 10 Sep 2022 18:15:53 +0200 Subject: [PATCH] Update dependency versions and bump version to 2.1.5 --- package.json | 6 +++--- src/manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 26989be..01f7cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-bypass", - "version": "2.1.4", + "version": "2.1.5", "description": "Multi-browser addon for multiple streaming providers which redirects directly to the source video", "main": "src/index.ts", "scripts": { @@ -21,12 +21,12 @@ "homepage": "https://github.com/ByteDream/stream-bypass#readme", "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", - "@rollup/plugin-node-resolve": "^13.3.0", + "@rollup/plugin-node-resolve": "^14.0.1", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-typescript": "^8.3.3", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", - "@types/chrome": "^0.0.190", + "@types/chrome": "^0.0.196", "@types/node-sass": "^4.11.2", "@types/yazl": "^2.4.2", "eslint": "^8.17.0", diff --git a/src/manifest.json b/src/manifest.json index cba29ff..e2539c0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "name": "Stream Bypass", "author": "ByteDream", "description": "A multi-browser addon / extension for multiple streaming providers which redirects directly to the source video.", - "version": "2.1.3", + "version": "2.1.5", "homepage_url": "https://github.com/ByteDream/stream-bypass", "browser_specific_settings": { "gecko": {