Update edge-channel-docs with non-rc nuxt version (#9171)

This commit is contained in:
Pascal Wengerter 2022-11-18 16:42:37 +01:00 committed by GitHub
parent a4768fd56d
commit d2ead6ff3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Update `nuxt` dependency inside `package.json`:
```diff [package.json] ```diff [package.json]
{ {
"devDependencies": { "devDependencies": {
-- "nuxt": "^3.0.0-rc.1" -- "nuxt": "^3.0.0"
++ "nuxt": "npm:nuxt3@latest" ++ "nuxt": "npm:nuxt3@latest"
} }
} }
@ -40,7 +40,7 @@ Update `nuxt` dependency inside `package.json`:
{ {
"devDependencies": { "devDependencies": {
-- "nuxt": "npm:nuxt3@latest" -- "nuxt": "npm:nuxt3@latest"
++ "nuxt": "^3.0.0-rc.1" ++ "nuxt": "^3.0.0"
} }
} }
``` ```