From 43344783e6d92f5bec80b1de452ad65bd3faafa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 04:02:37 +0000 Subject: [PATCH] chore(deps): update playground --- playground/nuxt/package.json | 6 +++--- playground/vue3/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index 6d105ec36..57e1a9c36 100644 --- a/playground/nuxt/package.json +++ b/playground/nuxt/package.json @@ -16,9 +16,9 @@ "@floating-ui/vue": "^1.1.5", "@iconify/vue": "^4.1.2", "@nuxt/devtools": "latest", - "@nuxtjs/tailwindcss": "^6.12.1", + "@nuxtjs/tailwindcss": "^6.12.2", "@radix-ui/colors": "^3.0.0", - "@types/node": "^22.7.4", - "nuxt": "^3.13.2" + "@types/node": "^22.9.0", + "nuxt": "^3.14.0" } } diff --git a/playground/vue3/package.json b/playground/vue3/package.json index 0dafab555..f2f8e67dc 100644 --- a/playground/vue3/package.json +++ b/playground/vue3/package.json @@ -23,7 +23,7 @@ "autoprefixer": "^10.4.20", "eslint": "^9.9.0", "postcss": "^8.4.31", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "unplugin-vue-components": "^0.27.4", "vite": "^4.5.0", "vue-tsc": "^2.1.6"