update deps

+ minor padding fix for popup
This commit is contained in:
Shiny Nematoda 2024-05-20 13:17:20 +00:00
parent dd70688e8a
commit 76308ddef9
3 changed files with 519 additions and 648 deletions

1156
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,17 +11,17 @@
},
"dependencies": {
"bootstrap-icons": "^1.11.3",
"dompurify": "^3.1.0",
"peerjs": "^1.5.2",
"dompurify": "^3.1.4",
"peerjs": "^1.5.4",
"pinia": "^2.1.7",
"shaka-player": "^4.7.13",
"shaka-player": "^4.8.5",
"sortablejs": "^1.15.2",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.2.5",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8"
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0"
}
}

View file

@ -199,6 +199,7 @@ button.bi-three-dots-vertical {
height: auto;
right: 0;
bottom: 0;
padding: 0.75rem 0.5rem;
box-shadow: var(--shadow);
border-radius: 0.25rem;
}