Update: all versions of npm packages

This commit is contained in:
2025-08-09 11:19:56 +02:00
parent 5174053ffd
commit b910f70462
3 changed files with 1898 additions and 1335 deletions

View File

@@ -141,5 +141,6 @@
"firefox 125": "Firefox 125", "firefox 125": "Firefox 125",
"logs": "Logs", "logs": "Logs",
"typeerror: $matomo.trackevent is not a function": "TypeError: $matomo.trackEvent is not a function", "typeerror: $matomo.trackevent is not a function": "TypeError: $matomo.trackEvent is not a function",
"referenceerror: $matomo is not defined": "ReferenceError: $matomo is not defined" "referenceerror: $matomo is not defined": "ReferenceError: $matomo is not defined",
"server error": "Server Error"
} }

View File

@@ -5,42 +5,42 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0", "@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7", "@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.2", "@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.4",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.21",
"axios": "^0.25", "axios": "^0.25.0",
"laravel-vite-plugin": "^0.2.1", "laravel-vite-plugin": "^0.2.4",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"postcss": "^8.4.14", "postcss": "^8.5.6",
"tailwindcss": "^3.1.0", "tailwindcss": "^3.4.17",
"vite": "^2.9.18", "vite": "^2.9.18",
"vite-plugin-compression": "^0.5.1" "vite-plugin-compression": "^0.5.1"
}, },
"dependencies": { "dependencies": {
"@coreui/vue": "^4.10.2", "@coreui/vue": "^4.10.2",
"@inertiajs/vue3": "^1.0.15", "@inertiajs/vue3": "^1.3.0",
"@vueform/multiselect": "^2.5.1", "@vueform/multiselect": "^2.6.11",
"flag-icons": "^7.2.0", "flag-icons": "^7.5.0",
"flowbite": "^2.1.1", "flowbite": "^2.5.2",
"flowbite-vue": "git+https://git.bh.ttx.sk/jaro/flowbite-vue", "flowbite-vue": "git+https://git.bh.ttx.sk/jaro/flowbite-vue",
"laravel-echo": "^1.13.0", "laravel-echo": "^1.19.0",
"pusher-js": "^7.3.0", "pusher-js": "^7.6.0",
"sweetalert2": "^11.4.23", "sweetalert2": "^11.22.3",
"vee-validate": "^4.12.4", "vee-validate": "^4.15.1",
"vue": "3.3.x", "vue": "^3.5.18",
"vue-google-charts": "^1.1.0", "vue-google-charts": "^1.1.0",
"vue-json-pretty": "^2.4.0", "vue-json-pretty": "^2.5.0",
"vue-matomo": "^4.2.0", "vue-matomo": "^4.2.0",
"vue-multiselect": "^3.0.0-beta.3", "vue-multiselect": "^3.3.1",
"vue3-easy-data-table": "^1.5.47", "vue3-easy-data-table": "^1.5.47",
"vue3-multiselect-checkboxed": "^0.0.9", "vue3-multiselect-checkboxed": "^0.0.9",
"vue3-popper": "^1.5.0", "vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"yup": "^1.3.3" "yup": "^1.7.0"
}, },
"bundleDependencies": [ "bundleDependencies": [
"flowbite-vue" "flowbite-vue"

3186
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff