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).
|
||||
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
|
||||
Reference in New Issue
Block a user