refactor(global): remove yarn in favor for npm

re #2087
This commit is contained in:
Dominik Biedebach
2022-05-10 15:30:14 +02:00
committed by Dominik
parent 5bc77081b7
commit 80de6cdf18
9 changed files with 73 additions and 7856 deletions

View File

@@ -35,19 +35,9 @@ npm install @tiptap/vue-2 @tiptap/starter-kit
```
## Keep Tiptap v2 up to date
We are constantly releasing updates to Tiptap. Did you know theres an easy-to-use command to update your dependencies with Yarn?
We are constantly releasing updates to Tiptap.
```bash
yarn upgrade-interactive
```
You can add the `--latest` flag, to show all possible upgrades even if they dont follow the versioning youve set in your package.json.
```bash
yarn upgrade-interactive --latest
```
Unfortunately, for npm there is no integrated tool, but you can use the `npm-check` package:
Unfortunately, for npm there is no integrated tool to easily update your dependencies, but you can use the `npm-check` package:
```bash
npm install -g npm-check