- fix: store lyricsid
- feat: added auto theme (closes #156)
- reverse metadata art (might fix #157)
...minor fixes and update deps
This commit is contained in:
Shiny Nematoda 2024-01-21 11:52:33 +00:00
parent 9ba6b26061
commit 411e0848e8
9 changed files with 285 additions and 245 deletions

View file

@ -10,18 +10,18 @@
"lint": "prettier --check ."
},
"dependencies": {
"bootstrap-icons": "^1.11.2",
"dompurify": "^3.0.6",
"bootstrap-icons": "^1.11.3",
"dompurify": "^3.0.8",
"peerjs": "^1.5.2",
"pinia": "^2.1.7",
"shaka-player": "^4.7.1",
"sortablejs": "^1.15.1",
"shaka-player": "^4.7.6",
"sortablejs": "^1.15.2",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"prettier": "^3.1.1",
"vite": "^5.0.10",
"prettier": "^3.2.4",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.17.4"
}
}