chore(deps): use workspace:* syntax

This commit is contained in:
Benjamin Canac
2025-06-10 16:53:07 +02:00
parent 180c150e0f
commit 4dd9344ff9
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
"typecheck": "vue-tsc -p ./tsconfig.app.json"
},
"dependencies": {
"@nuxt/ui": "latest",
"@nuxt/ui": "workspace:*",
"vue": "^3.5.16",
"vue-router": "^4.5.1",
"zod": "^3.25.47"