"See more" for albums and singles in artist page

This commit is contained in:
Shiny Nematoda 2023-03-24 10:34:26 +00:00
parent 9dd4534f83
commit 3f5abe967b
7 changed files with 81 additions and 85 deletions

View file

@ -11,17 +11,17 @@
},
"dependencies": {
"bootstrap-icons": "^1.10.3",
"dompurify": "^2.4.4",
"dompurify": "^2.4.5",
"mux.js": "^6.3.0",
"peerjs": "^1.4.7",
"pinia": "^2.0.32",
"shaka-player": "^4.3.4",
"pinia": "^2.0.33",
"shaka-player": "^4.3.5",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"prettier": "^2.8.4",
"vite": "^4.1.4",
"vite-plugin-pwa": "^0.14.4"
"@vitejs/plugin-vue": "^4.1.0",
"prettier": "^2.8.7",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.6"
}
}