Update Dependencies

This commit is contained in:
Shiny Nematoda 2023-04-14 17:28:16 +00:00
parent 580c1b7b46
commit 33fc79a736
No known key found for this signature in database
GPG key ID: 367DA4C64DF057AD
2 changed files with 236 additions and 257 deletions

View file

@ -10,11 +10,11 @@
"check": "prettier --check ."
},
"dependencies": {
"bootstrap-icons": "^1.10.3",
"dompurify": "^2.4.5",
"bootstrap-icons": "^1.10.4",
"dompurify": "^3.0.2",
"mux.js": "^6.3.0",
"peerjs": "^1.4.7",
"pinia": "^2.0.33",
"pinia": "^2.0.34",
"shaka-player": "^4.3.5",
"sortablejs": "^1.15.0",
"vue": "^3.2.38"
@ -23,6 +23,6 @@
"@vitejs/plugin-vue": "^4.1.0",
"prettier": "^2.8.7",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.6"
"vite-plugin-pwa": "^0.14.7"
}
}