mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Update edge-channel-docs with non-rc nuxt version (#9171)
This commit is contained in:
parent
a4768fd56d
commit
d2ead6ff3d
@ -24,7 +24,7 @@ Update `nuxt` dependency inside `package.json`:
|
||||
```diff [package.json]
|
||||
{
|
||||
"devDependencies": {
|
||||
-- "nuxt": "^3.0.0-rc.1"
|
||||
-- "nuxt": "^3.0.0"
|
||||
++ "nuxt": "npm:nuxt3@latest"
|
||||
}
|
||||
}
|
||||
@ -40,7 +40,7 @@ Update `nuxt` dependency inside `package.json`:
|
||||
{
|
||||
"devDependencies": {
|
||||
-- "nuxt": "npm:nuxt3@latest"
|
||||
++ "nuxt": "^3.0.0-rc.1"
|
||||
++ "nuxt": "^3.0.0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user