mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
fix:#61 updated frontend deps
This commit is contained in:
3918
frontend/package-lock.json
generated
3918
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,45 +13,45 @@
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fullcalendar/core": "^6.1.11",
|
||||
"@fullcalendar/daygrid": "^6.1.11",
|
||||
"@fullcalendar/interaction": "^6.1.11",
|
||||
"@fullcalendar/timegrid": "^6.1.11",
|
||||
"@fullcalendar/vue3": "^6.1.11",
|
||||
"@tanstack/vue-query": "^5.28.9",
|
||||
"@unhead/ssr": "^1.9.14",
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"@fullcalendar/core": "^6.1.15",
|
||||
"@fullcalendar/daygrid": "^6.1.15",
|
||||
"@fullcalendar/interaction": "^6.1.15",
|
||||
"@fullcalendar/timegrid": "^6.1.15",
|
||||
"@fullcalendar/vue3": "^6.1.15",
|
||||
"@tanstack/vue-query": "^5.62.2",
|
||||
"@unhead/ssr": "^1.11.13",
|
||||
"@vueuse/core": "^10.11.1",
|
||||
"country-flag-emoji-polyfill": "^0.1.8",
|
||||
"pinia": "^2.1.7",
|
||||
"pinia": "^2.2.8",
|
||||
"primeflex": "^3.3.1",
|
||||
"primeicons": "^6.0.1",
|
||||
"primevue": "^3.50.0",
|
||||
"primevue": "^3.53.0",
|
||||
"source-sans": "^3.46.0",
|
||||
"vue": "^3.4.11",
|
||||
"vue-i18n": "^9.10.2"
|
||||
"vue-i18n": "^10.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@tanstack/vue-query-devtools": "^5.28.10",
|
||||
"@types/node": "^20.12.2",
|
||||
"@unhead/vue": "^1.9.15",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@tanstack/vue-query-devtools": "^5.62.2",
|
||||
"@types/node": "^20.17.9",
|
||||
"@unhead/vue": "^1.11.13",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue/eslint-config-typescript": "^12.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-vue": "^9.24.0",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"prettier": "3.2.1",
|
||||
"sass": "^1.72.0",
|
||||
"sass": "^1.81.1",
|
||||
"sass-loader": "^13.3.3",
|
||||
"terser": "^5.31.0",
|
||||
"typescript": "^5.4.3",
|
||||
"vite": "^5.2.7",
|
||||
"vite-plugin-vue-devtools": "^7.3.1",
|
||||
"vite-ssg": "^0.23.7",
|
||||
"terser": "^5.36.0",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^5.4.11",
|
||||
"vite-plugin-vue-devtools": "^7.6.7",
|
||||
"vite-ssg": "^0.23.8",
|
||||
"vite-ssg-sitemap": "^0.7.1",
|
||||
"vitest": "^1.4.0",
|
||||
"vue-router": "^4.4.0",
|
||||
"vue-tsc": "^2.1.6"
|
||||
"vitest": "^1.6.0",
|
||||
"vue-router": "^4.5.0",
|
||||
"vue-tsc": "^2.1.10"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user