From 4dd9344ff92c3c96995943eccc0c5b3e3012966c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 10 Jun 2025 16:53:07 +0200 Subject: [PATCH] chore(deps): use `workspace:*` syntax --- docs/package.json | 2 +- playground-vue/package.json | 2 +- playground/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index 3fea2848..f67c9de7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,7 +10,7 @@ "@iconify-json/vscode-icons": "^1.2.22", "@nuxt/content": "^3.5.1", "@nuxt/image": "^1.10.0", - "@nuxt/ui": "latest", + "@nuxt/ui": "workspace:*", "@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@f06b49c", "@nuxthub/core": "^0.8.27", "@nuxtjs/plausible": "^1.2.0", diff --git a/playground-vue/package.json b/playground-vue/package.json index 858f3790..5ea1f671 100644 --- a/playground-vue/package.json +++ b/playground-vue/package.json @@ -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" diff --git a/playground/package.json b/playground/package.json index 3093db9a..4e9cc3ee 100644 --- a/playground/package.json +++ b/playground/package.json @@ -12,7 +12,7 @@ "@iconify-json/lucide": "^1.2.45", "@iconify-json/simple-icons": "^1.2.37", "@internationalized/date": "^3.8.1", - "@nuxt/ui": "latest", + "@nuxt/ui": "workspace:*", "@nuxthub/core": "^0.8.27", "nuxt": "^3.17.5", "zod": "^3.25.47"