diff --git a/README.md b/README.md
index 40203292..24ebc057 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ By using Piped, you can freely watch and listen to content without the fear of p
- [x] Login
- [x] Feeds
- [x] Playlists
-- [x] Integration with SponsorBlock
+- [x] Integration with [SponsorBlock](https://github.com/ajayyy/SponsorBlock)
- [x] Integration with [LBRY](https://lbry.com/) for streaming
- [x] Integration with [Return YouTube Dislike](https://returnyoutubedislike.com/) via [RYD-Proxy](https://github.com/TeamPiped/RYD-Proxy)
- [x] 4K support
@@ -38,6 +38,7 @@ By using Piped, you can freely watch and listen to content without the fear of p
- [x] Locally saved Preferences
- [x] [Available in many languages](src/locales), thanks to [our translators](https://hosted.weblate.org/projects/piped/frontend/)
- [x] Embedded video support
+- [x] No age restriction
**Technical Features**
diff --git a/package.json b/package.json
index bb588158..a56233fa 100644
--- a/package.json
+++ b/package.json
@@ -20,31 +20,31 @@
"mux.js": "^6.2.0",
"shaka-player": "4.2.1",
"stream": "^0.0.2",
- "vue": "^3.2.39",
+ "vue": "^3.2.40",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5",
"xml-js": "^1.6.11"
},
"devDependencies": {
- "@iconify/json": "^2.1.108",
- "@intlify/vite-plugin-vue-i18n": "^6.0.1",
- "@unocss/preset-icons": "^0.45.13",
- "@unocss/preset-web-fonts": "^0.45.7",
- "@unocss/transformer-directives": "^0.45.7",
- "@unocss/transformer-variant-group": "^0.45.13",
+ "@iconify/json": "^2.1.118",
+ "@intlify/vite-plugin-vue-i18n": "^6.0.3",
+ "@unocss/preset-icons": "^0.45.25",
+ "@unocss/preset-web-fonts": "^0.45.25",
+ "@unocss/transformer-directives": "^0.45.26",
+ "@unocss/transformer-variant-group": "^0.45.25",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.4",
- "@vue/compiler-sfc": "3.2.39",
+ "@vue/compiler-sfc": "3.2.40",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^9.5.1",
+ "eslint-plugin-vue": "^9.6.0",
"prettier": "^2.7.1",
- "unocss": "^0.45.21",
+ "unocss": "^0.45.26",
"vite": "^2.9.14",
"vite-plugin-eslint": "^1.8.1",
- "vite-plugin-pwa": "^0.12.7"
+ "vite-plugin-pwa": "^0.12.8"
},
"eslintConfig": {
"root": true,
diff --git a/src/App.vue b/src/App.vue
index d4110563..b35662aa 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,21 +1,14 @@
@@ -85,9 +78,11 @@ button,
+
+
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 9d6d48a4..d23f982c 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -79,7 +79,7 @@
/>
-