mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +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]
|
```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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user