diff --git a/README.md b/README.md index c4b75942..e282c48f 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,9 @@ Contributions in any other form are also welcomed. - [Hyperpipe](https://codeberg.org/Hyperpipe/Hyperpipe) - an alternative privacy respecting frontend for YouTube Music. - [Musicale](https://github.com/Bellisario/musicale) - an alternative to YouTube Music, with style. - [ytify](https://github.com/n-ce/ytify) - a complementary minimal audio streaming frontend for YouTube. -- [PsTube](https://github.com/prateekmedia/pstube) - Watch and download videos without ads +- [PsTube](https://github.com/prateekmedia/pstube) - Watch and download videos without ads on Android, Linux, Windows, iOS, and Mac OSX. +- [Piped-Material](https://github.com/mmjee/Piped-Material) - A fork of Piped, focusing on better performance and a more usable design. +- [ReacTube](https://github.com/NeeRaj-2401/ReacTube) - Privacy friendly & distraction free Youtube front-end using Piped API. ## YourKit diff --git a/package.json b/package.json index 5a348c57..60e2bb72 100644 --- a/package.json +++ b/package.json @@ -6,19 +6,20 @@ "serve": "vite", "build": "vite build", "preview": "vite preview", + "format": "prettier -w --ignore-path .gitignore **/**.{js,vue}", "lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ." }, "dependencies": { - "@fortawesome/fontawesome-svg-core": "6.3.0", - "@fortawesome/free-brands-svg-icons": "6.3.0", - "@fortawesome/free-solid-svg-icons": "6.3.0", + "@fortawesome/fontawesome-svg-core": "6.4.0", + "@fortawesome/free-brands-svg-icons": "6.4.0", + "@fortawesome/free-solid-svg-icons": "6.4.0", "@fortawesome/vue-fontawesome": "3.0.3", "buffer": "6.0.3", - "dompurify": "3.0.1", - "hotkeys-js": "3.10.1", + "dompurify": "3.0.2", + "hotkeys-js": "3.10.2", "javascript-time-ago": "2.5.9", "mux.js": "6.3.0", - "shaka-player": "4.3.5", + "shaka-player": "4.3.6", "stream-browserify": "3.0.0", "vue": "3.2.47", "vue-i18n": "9.2.2", @@ -26,24 +27,24 @@ "xml-js": "1.6.11" }, "devDependencies": { - "@iconify/json": "2.2.35", + "@iconify/json": "2.2.56", "@intlify/vite-plugin-vue-i18n": "6.0.3", - "@unocss/preset-icons": "0.50.6", - "@unocss/preset-web-fonts": "0.50.6", - "@unocss/transformer-directives": "0.50.6", - "@unocss/transformer-variant-group": "0.50.6", - "@vitejs/plugin-legacy": "4.0.2", - "@vitejs/plugin-vue": "4.1.0", + "@unocss/preset-icons": "0.51.8", + "@unocss/preset-web-fonts": "0.51.8", + "@unocss/transformer-directives": "0.51.8", + "@unocss/transformer-variant-group": "0.51.8", + "@vitejs/plugin-legacy": "4.0.3", + "@vitejs/plugin-vue": "4.2.1", "@vue/compiler-sfc": "3.2.47", - "eslint": "8.36.0", - "eslint-config-prettier": "8.7.0", + "eslint": "8.39.0", + "eslint-config-prettier": "8.8.0", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-vue": "9.9.0", - "prettier": "2.8.4", - "unocss": "0.50.6", - "vite": "4.2.0", + "eslint-plugin-vue": "9.11.0", + "prettier": "2.8.8", + "unocss": "0.51.8", + "vite": "4.3.3", "vite-plugin-eslint": "1.8.1", - "vite-plugin-pwa": "0.14.4" + "vite-plugin-pwa": "0.14.7" }, "eslintConfig": { "root": true, diff --git a/renovate.json b/renovate.json index 05722b80..248c14d4 100644 --- a/renovate.json +++ b/renovate.json @@ -17,5 +17,9 @@ ], "groupName": "unocss" } - ] + ], + "lockFileMaintenance": { + "enabled": true, + "automerge": true + } } diff --git a/src/App.vue b/src/App.vue index f2a5eafe..2352065e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@