playground(deps): specify only nuxt version

This commit is contained in:
Benjamin Canac
2024-04-26 14:54:20 +02:00
parent 65a3b0a2d0
commit 26bfdfc54d
2 changed files with 4 additions and 12 deletions

View File

@@ -9,8 +9,6 @@
},
"dependencies": {
"@nuxt/ui": "latest",
"nuxt": "latest",
"vue": "latest",
"vue-router": "latest"
"nuxt": "^3.11.2"
}
}