diff --git a/docs/6.bridge/1.overview.md b/docs/6.bridge/1.overview.md index 15db726fe9..fda6665233 100644 --- a/docs/6.bridge/1.overview.md +++ b/docs/6.bridge/1.overview.md @@ -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: