> For the complete documentation index, see [llms.txt](https://guide-angular.wishtack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-angular.wishtack.io/tools/yarn/mise-a-jour-et-automatisation.md).

# Mise à Jour et Automatisation

## Liste des dépendances "outdated"

```bash
yarn outdated
```

![Yarn Outdated Dependencies](/files/-LAY6OOOifPNwwLs-JFZ)

## Mise à jour des dépendances et sous dépendances

```bash
yarn upgrade
```
