update packages

This commit is contained in:
jb-alvarado 2023-05-19 08:49:09 +02:00
parent 1fa826742e
commit 301d9814b1
2 changed files with 387 additions and 1730 deletions

2109
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.3.1",
"version": "0.3.2",
"description": "Web GUI for ffplayout",
"author": "Jonathan Baecker",
"private": true,
@ -13,7 +13,7 @@
},
"dependencies": {
"@nuxt/types": "^2.16.3",
"@pinia/nuxt": "^0.4.10",
"@pinia/nuxt": "^0.4.11",
"@popperjs/core": "^2.11.7",
"@vueuse/core": "^10.1.2",
"bootstrap": "^5.3.0-alpha3",
@ -23,7 +23,7 @@
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mpegts.js": "^1.7.3",
"pinia": "^2.0.36",
"pinia": "^2.1.3",
"sortablejs": "^1.15.0",
"sortablejs-vue3": "^1.2.9",
"splitpanes": "^3.1.5",
@ -38,7 +38,7 @@
"@types/video.js": "^7.3.51",
"eslint": "^8.40.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "3.4.3",
"nuxt": "3.5.0",
"sass": "^1.62.1",
"sass-loader": "^13.2.2"
}