update packages

This commit is contained in:
jb-alvarado 2023-05-15 13:16:02 +02:00
parent 6b4412093e
commit 5c37a260df
2 changed files with 867 additions and 1070 deletions

1919
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.0",
"version": "0.3.1",
"description": "Web GUI for ffplayout",
"author": "Jonathan Baecker",
"private": true,
@ -13,21 +13,21 @@
},
"dependencies": {
"@nuxt/types": "^2.16.3",
"@pinia/nuxt": "^0.4.9",
"@pinia/nuxt": "^0.4.10",
"@popperjs/core": "^2.11.7",
"@vueuse/core": "^10.1.0",
"@vueuse/core": "^10.1.2",
"bootstrap": "^5.3.0-alpha3",
"bootstrap-icons": "^1.10.4",
"bootstrap-icons": "^1.10.5",
"cookie-universal-nuxt": "^2.2.2",
"dayjs": "^1.11.7",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mpegts.js": "^1.7.3",
"pinia": "^2.0.35",
"pinia": "^2.0.36",
"sortablejs": "^1.15.0",
"sortablejs-vue3": "^1.2.9",
"splitpanes": "^3.1.5",
"video.js": "^8.0.4",
"video.js": "^8.3.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
@ -36,10 +36,10 @@
"@types/lodash": "^4.14.194",
"@types/splitpanes": "^2.2.1",
"@types/video.js": "^7.3.51",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "3.4.2",
"sass": "^1.62.0",
"nuxt": "3.4.3",
"sass": "^1.62.1",
"sass-loader": "^13.2.2"
}
}