Skip to content

Commit

Permalink
docs: update specified Nuxt 2 version in migration guide (#21699)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Jun 22, 2023
1 parent e00bedd commit f380be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/6.bridge/1.overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f380be9

Please sign in to comment.