Update dependencies

This commit is contained in:
2023-04-29 00:12:00 +02:00
parent a920832945
commit 4c1d0d0b63
2 changed files with 12 additions and 17 deletions

View File

@ -20,22 +20,21 @@
},
"homepage": "https://github.com/ByteDream/stream-bypass#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.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.196",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@types/chrome": "^0.0.234",
"@types/node-sass": "^4.11.2",
"@types/yazl": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"hls.js": "^1.1.5",
"node-sass": "^7.0.1",
"node-sass-package-importer": "^5.3.2",
"rollup": "^2.75.6",
"rollup": "^3.21.0",
"sass": "^1.62.1",
"tippy.js": "^6.3.7",
"typescript": "^4.7.3",
"typescript": "^5.0.4",
"web-ext": "^7.0.0"
}
}