docs: update specified Nuxt 2 version in migration guide (#21699)

This commit is contained in:
Damian Głowala 2023-06-22 13:36:07 +02:00 committed by GitHub
parent e00beddad6
commit f380be910e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ Using Nuxt Bridge, you can make sure your project is (almost) ready for Nuxt 3 a
Make sure your dev server (`nuxt dev`) isn't running, remove any package lock files (`package-lock.json` and `yarn.lock`), and install the latest Nuxt 2 version:
```diff [package.json]
- "nuxt": "^2.15.0"
+ "nuxt": "^2.16.0"
- "nuxt": "^2.16.3"
+ "nuxt": "^2.17.0"
```
Then, reinstall your dependencies: