Update dependencies
This commit is contained in:
@@ -166,3 +166,17 @@ ## Contact
|
|||||||
|
|
||||||
See all contact information on our wbsite at [Tooloop Multimedia](https://www.tooloop.de).
|
See all contact information on our wbsite at [Tooloop Multimedia](https://www.tooloop.de).
|
||||||
or find us in the Projekt-Matrix channel: [#caramel-crm:matrix.org](https://matrix.to/#/%23caramel-crm:matrix.org)
|
or find us in the Projekt-Matrix channel: [#caramel-crm:matrix.org](https://matrix.to/#/%23caramel-crm:matrix.org)
|
||||||
|
|
||||||
|
|
||||||
|
## Updates
|
||||||
|
|
||||||
|
https://laravel.com/docs/13.x/upgrade
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer outdated
|
||||||
|
npm outdated
|
||||||
|
|
||||||
|
npm install -g npm-check-updates # installs ncu
|
||||||
|
ncu -u # updates package.json
|
||||||
|
npm install # perform update
|
||||||
|
npm run build
|
||||||
@@ -94,6 +94,7 @@ main() {
|
|||||||
run_test "Principal" "https://cloud.tooloop.de/remote.php/dav/principals/users/vollstock" "PROPFIND" 1
|
run_test "Principal" "https://cloud.tooloop.de/remote.php/dav/principals/users/vollstock" "PROPFIND" 1
|
||||||
run_test "Calendars" "https://cloud.tooloop.de/remote.php/dav/calendars/vollstock" "PROPFIND" 1
|
run_test "Calendars" "https://cloud.tooloop.de/remote.php/dav/calendars/vollstock" "PROPFIND" 1
|
||||||
run_test "Calendar Info" "https://cloud.tooloop.de/remote.php/dav/calendars/vollstock/migrated-6E79619D-F037-413E-9FC2-46EA716E5CB3" "PROPFIND" 1
|
run_test "Calendar Info" "https://cloud.tooloop.de/remote.php/dav/calendars/vollstock/migrated-6E79619D-F037-413E-9FC2-46EA716E5CB3" "PROPFIND" 1
|
||||||
|
run_test "TODO" "https://cloud.tooloop.de/remote.php/dav/calendars/vollstock/migrated-6E79619D-F037-413E-9FC2-46EA716E5CB3/E03B2C1E-99BA-4D16-A6E5-B47ED26F9E40.ics" "PROPFIND" 1
|
||||||
echo ''
|
echo ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -12,11 +12,11 @@
|
|||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"barryvdh/laravel-dompdf": "^3.1",
|
"barryvdh/laravel-dompdf": "^3.1",
|
||||||
"horstoeko/zugferd-laravel": "^1.0",
|
"horstoeko/zugferd-laravel": "^1.0",
|
||||||
"inertiajs/inertia-laravel": "^2.0",
|
"inertiajs/inertia-laravel": "^3.1",
|
||||||
"laravel/fortify": "^1.30",
|
"laravel/fortify": "^1.30",
|
||||||
"laravel/framework": "^12.0",
|
"laravel/framework": "^13.0",
|
||||||
"laravel/sanctum": "^4.2",
|
"laravel/sanctum": "^4.2",
|
||||||
"laravel/tinker": "^2.10",
|
"laravel/tinker": "^3.0",
|
||||||
"laravel/wayfinder": "^0.1.12",
|
"laravel/wayfinder": "^0.1.12",
|
||||||
"sabre/dav": "^4.7",
|
"sabre/dav": "^4.7",
|
||||||
"sabre/vobject": "^4.5",
|
"sabre/vobject": "^4.5",
|
||||||
|
|||||||
Generated
+397
-430
File diff suppressed because it is too large
Load Diff
Generated
+528
-1569
File diff suppressed because it is too large
Load Diff
+36
-36
@@ -10,52 +10,52 @@
|
|||||||
"lint": "eslint . --fix"
|
"lint": "eslint . --fix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.19.0",
|
"@eslint/js": "^10.0.1",
|
||||||
"@laravel/vite-plugin-wayfinder": "^0.1.7",
|
"@laravel/vite-plugin-wayfinder": "^0.1.7",
|
||||||
"@tailwindcss/vite": "^4.1.11",
|
"@tailwindcss/vite": "^4.3.0",
|
||||||
"@types/node": "^22.13.5",
|
"@types/node": "^25.9.1",
|
||||||
"@vitejs/plugin-vue": "^6.0.0",
|
"@vitejs/plugin-vue": "^6.0.7",
|
||||||
"@vue/eslint-config-typescript": "^14.3.0",
|
"@vue/eslint-config-typescript": "^14.7.0",
|
||||||
"concurrently": "^9.0.1",
|
"concurrently": "^9.2.1",
|
||||||
"eslint": "^9.17.0",
|
"eslint": "^10.4.0",
|
||||||
"eslint-config-prettier": "^10.0.1",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-plugin-vue": "^9.32.0",
|
"eslint-plugin-vue": "^10.9.1",
|
||||||
"prettier": "^3.4.2",
|
"prettier": "^3.8.3",
|
||||||
"prettier-plugin-organize-imports": "^4.1.0",
|
"prettier-plugin-organize-imports": "^4.3.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^6.0.3",
|
||||||
"typescript-eslint": "^8.23.0",
|
"typescript-eslint": "^8.60.0",
|
||||||
"vite": "^7.0.4",
|
"vite": "^8.0.14",
|
||||||
"vue-tsc": "^2.2.4"
|
"vue-tsc": "^3.3.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coders-tm/vue-number-format": "^3.35.4",
|
"@coders-tm/vue-number-format": "^3.35.4",
|
||||||
"@inertiajs/vue3": "^2.1.0",
|
"@inertiajs/vue3": "^3.3.0",
|
||||||
"@tanstack/vue-table": "^8.21.3",
|
"@tanstack/vue-table": "^8.21.3",
|
||||||
"@tiptap/pm": "^3.19.0",
|
"@tiptap/pm": "^3.23.6",
|
||||||
"@tiptap/starter-kit": "^3.19.0",
|
"@tiptap/starter-kit": "^3.23.6",
|
||||||
"@tiptap/vue-3": "^3.19.0",
|
"@tiptap/vue-3": "^3.23.6",
|
||||||
"@vueuse/core": "^12.8.2",
|
"@vueuse/core": "^14.3.0",
|
||||||
"axios": "^1.12.2",
|
"axios": "^1.16.1",
|
||||||
"camelcase-keys": "^10.0.0",
|
"camelcase-keys": "^10.0.2",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"fuse.js": "^7.1.0",
|
"fuse.js": "^7.3.0",
|
||||||
"laravel-vite-plugin": "^2.0.0",
|
"laravel-vite-plugin": "^3.1.0",
|
||||||
"lucide-vue-next": "^0.468.0",
|
"lucide-vue-next": "^1.0.0",
|
||||||
"pinia": "^3.0.3",
|
"pinia": "^3.0.4",
|
||||||
"reka-ui": "^2.8.0",
|
"reka-ui": "^2.9.8",
|
||||||
"tailwind-merge": "^3.2.0",
|
"tailwind-merge": "^3.6.0",
|
||||||
"tailwindcss": "^4.1.1",
|
"tailwindcss": "^4.3.0",
|
||||||
"tw-animate-css": "^1.2.5",
|
"tw-animate-css": "^1.4.0",
|
||||||
"vaul-vue": "^0.4.1",
|
"vaul-vue": "^0.4.1",
|
||||||
"vue": "^3.5.13",
|
"vue": "^3.5.35",
|
||||||
"vue-sonner": "^2.0.9",
|
"vue-sonner": "^2.0.9",
|
||||||
"vuedraggable": "^4.1.0"
|
"vuedraggable": "^2.24.3"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@rollup/rollup-linux-x64-gnu": "4.9.5",
|
"@rollup/rollup-linux-x64-gnu": "4.60.4",
|
||||||
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
|
"@tailwindcss/oxide-linux-x64-gnu": "^4.3.0",
|
||||||
"lightningcss-linux-x64-gnu": "^1.29.1"
|
"lightningcss-linux-x64-gnu": "^1.32.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user