diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index 6d105ec36..50bacc440 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.159" } } 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"