Merge commit '976b342d230b06fa54aafe1d09eacd0241419131' into feature/playlist-driven-podcasts

This commit is contained in:
Buster Neece 2024-02-27 16:12:34 -06:00
commit 06d2c58afd
No known key found for this signature in database
3 changed files with 795 additions and 632 deletions

454
composer.lock generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"@popperjs/core": "^2.11.8",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vuepic/vue-datepicker": "^7",
"@vuepic/vue-datepicker": "^8",
"@vueuse/core": "^10",
"axios": "^1",
"bootstrap": "^5.3.0",
@ -30,7 +30,7 @@
"chartjs-adapter-luxon": "^1.1.0",
"chartjs-plugin-zoom": "^2.0.0",
"codemirror": "^6",
"codemirror-lang-liquidsoap": "^0.2.5",
"codemirror-lang-liquidsoap": "^0.3",
"hls.js": "^1.1.5",
"leaflet": "^1.7.1",
"leaflet-fullscreen": "^1.0.2",
@ -43,7 +43,7 @@
"typescript": "^5.3.2",
"vue": "^3.2",
"vue-axios": "^3.5",
"vue-codemirror6": "1.2.0",
"vue-codemirror6": "^1.2",
"vue-easy-lightbox": "^1.16",
"vue-router": "^4.2.4",
"vue3-gettext": "3.0.0-beta.4",
@ -57,8 +57,8 @@
"@types/lodash": "^4.14.196",
"@types/luxon": "^3.3.1",
"@types/qrcode": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@vitejs/plugin-vue": "^5",
"@vue/eslint-config-typescript": "^12",
"del": "^7",