update packages

This commit is contained in:
jb-alvarado 2024-07-10 09:25:47 +02:00
parent 18518dd53a
commit c0d6f02d73
3 changed files with 1407 additions and 1730 deletions

View File

@ -18,6 +18,7 @@ export default defineNuxtConfig({
ignore: ['**/public/tv-media**', '**/public/Videos**', '**/public/live**', '**/public/home**'],
ssr: false,
// debug: true,
app: {
@ -55,6 +56,7 @@ export default defineNuxtConfig({
'@pinia/nuxt',
'@vueuse/nuxt',
],
css: ['@/assets/scss/main.scss'],
colorMode: {
@ -147,4 +149,6 @@ export default defineNuxtConfig({
experimental: {
payloadExtraction: false,
},
compatibilityDate: '2024-07-10',
})

2847
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "ffplayout-frontend",
"version": "0.11.0",
"version": "0.11.1",
"description": "Web GUI for ffplayout",
"author": "Jonathan Baecker",
"private": true,
@ -23,11 +23,11 @@
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"mpegts.js": "^1.7.3",
"nuxt": "3.12.2",
"nuxt": "3.12.3",
"pinia": "^2.1.7",
"sortablejs-vue3": "^1.2.11",
"splitpanes": "^3.1.5",
"video.js": "^8.12.0"
"video.js": "^8.16.1"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
@ -39,7 +39,7 @@
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.39",
"postcss-loader": "^8.1.1",
"sass": "^1.77.6",
"sass": "^1.77.7",
"sass-loader": "^14.2.1",
"vue": "^3.4.31",
"vue-router": "^4.4.0"