Merge pull request 'patches v1.7.1' (#109) from develop into main

Reviewed-on: #109
This commit is contained in:
Julian Krauser 2025-07-13 08:16:13 +00:00
commit e7cdcf6f6b
2 changed files with 621 additions and 500 deletions

1071
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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