Merge branch 'develop' into milestone/ff-admin-unit

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
Julian Krauser 2025-07-14 15:39:44 +02:00
commit a6892bac85
3 changed files with 626 additions and 503 deletions

1075
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "ff-admin",
"version": "1.6.0",
"version": "1.7.0",
"description": "Feuerwehr/Verein Mitgliederverwaltung UI",
"type": "module",
"scripts": {
@ -24,19 +24,19 @@
"author": "JK Effects",
"license": "AGPL-3.0-only",
"dependencies": {
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/list": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.17",
"@fullcalendar/vue3": "^6.1.17",
"@fullcalendar/core": "^6.1.18",
"@fullcalendar/daygrid": "^6.1.18",
"@fullcalendar/interaction": "^6.1.18",
"@fullcalendar/list": "^6.1.18",
"@fullcalendar/timegrid": "^6.1.18",
"@fullcalendar/vue3": "^6.1.18",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@tailwindcss/vite": "^4.1.8",
"@tailwindcss/vite": "^4.1.11",
"@vueup/vue-quill": "^1.2.0",
"axios": "^1.9.0",
"axios": "^1.10.0",
"event-source-polyfill": "^1.0.31",
"grapesjs": "^0.22.7",
"grapesjs": "^0.22.9",
"grapesjs-preset-newsletter": "^1.0.2",
"highlight.js": "^11.11.1",
"jwt-decode": "^4.0.0",
@ -54,16 +54,16 @@
"qrcode": "^1.5.4",
"qs": "^6.14.0",
"socket.io-client": "^4.8.1",
"unplugin-vue-markdown": "^28.3.1",
"unplugin-vue-markdown": "^29.1.0",
"uuid": "^11.1.0",
"vue": "^3.5.16",
"vue": "^3.5.17",
"vue-qrcode-reader": "^5.7.1",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.11.0",
"@tailwindcss/postcss": "^4.1.8",
"@tsconfig/node20": "^20.1.5",
"@rushstack/eslint-patch": "^1.12.0",
"@tailwindcss/postcss": "^4.1.11",
"@tsconfig/node20": "^20.1.6",
"@types/eslint": "~9.6.1",
"@types/event-source-polyfill": "^1.0.5",
"@types/lodash.clonedeep": "^4.5.9",
@ -71,25 +71,25 @@
"@types/lodash.differencewith": "^4.5.9",
"@types/lodash.isequal": "^4.5.8",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.15.30",
"@types/node": "^24.0.13",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.14.0",
"@types/uuid": "^10.0.0",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.28.0",
"eslint-plugin-vue": "^10.2.0",
"eslint": "^9.31.0",
"eslint-plugin-vue": "^10.3.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.8",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-vue-devtools": "^7.7.6",
"vue-tsc": "^2.2.10"
"vite": "^7.0.4",
"vite-plugin-pwa": "^1.0.1",
"vite-plugin-vue-devtools": "^7.7.7",
"vue-tsc": "^3.0.1"
}
}

View file

@ -41,6 +41,8 @@ export default defineConfig({
injectRegister: "auto",
manifest: false,
workbox: {
cleanupOutdatedCaches: true,
skipWaiting: true,
navigateFallbackDenylist: [/^\/api*/],
runtimeCaching: [
{