Update dependencies

This commit is contained in:
2026-05-27 14:41:30 +02:00
parent 1b368e4ce2
commit 65a88ef275
6 changed files with 979 additions and 2038 deletions
+14
View File
@@ -166,3 +166,17 @@ ## Contact
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)
## 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