From e939ca2913f8592e3f37ab9e3e336d3772248257 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:58:56 +0000 Subject: [PATCH] chore(deps): update dependency @nuxtjs/tailwindcss to v6.13.0 --- package-lock.json | 32 ++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d8bedb..52b2a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@heroicons/vue": "2.2.0", "@nuxt/devtools": "latest", "@nuxtjs/apollo": "5.0.0-alpha.14", - "@nuxtjs/tailwindcss": "6.12.2", + "@nuxtjs/tailwindcss": "6.13.0", "@tailwindcss/typography": "0.5.16", "@types/node": "22.10.5", "@vue/apollo-composable": "4.2.1", @@ -1977,27 +1977,35 @@ } }, "node_modules/@nuxtjs/tailwindcss": { - "version": "6.12.2", - "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.12.2.tgz", - "integrity": "sha512-qPJiFH67CkTj/2kBGBzqXihOD1rQXMsbVS4vdQvfBxOBLPfGhU1yw7AATdhPl2BBjO2krjJLuZj39t7dnDYOwg==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.13.0.tgz", + "integrity": "sha512-AU3PEJZujQBR53I16NMywmhgQw2AJlIjgE8X25BBk3o+6XcW8WI1y80m7THaCNOm/AX1YHPM3ZQbJuW7um3kWw==", "dev": true, "license": "MIT", "dependencies": { - "@nuxt/kit": "^3.13.2", + "@nuxt/kit": "^3.15.1", "autoprefixer": "^10.4.20", - "consola": "^3.2.3", + "c12": "^2.0.1", + "consola": "^3.3.3", "defu": "^6.1.4", - "h3": "^1.13.0", + "h3": "^1.13.1", "klona": "^2.0.6", - "pathe": "^1.1.2", - "postcss": "^8.4.47", - "postcss-nesting": "^13.0.0", + "pathe": "^2.0.1", + "postcss": "^8.4.49", + "postcss-nesting": "^13.0.1", "tailwind-config-viewer": "^2.0.4", - "tailwindcss": "~3.4.13", + "tailwindcss": "~3.4.17", "ufo": "^1.5.4", - "unctx": "^2.3.1" + "unctx": "^2.4.1" } }, + "node_modules/@nuxtjs/tailwindcss/node_modules/pathe": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.1.tgz", + "integrity": "sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==", + "dev": true, + "license": "MIT" + }, "node_modules/@parcel/watcher": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz", diff --git a/package.json b/package.json index 45a6770..31eef5a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@heroicons/vue": "2.2.0", "@nuxt/devtools": "latest", "@nuxtjs/apollo": "5.0.0-alpha.14", - "@nuxtjs/tailwindcss": "6.12.2", + "@nuxtjs/tailwindcss": "6.13.0", "@tailwindcss/typography": "0.5.16", "@types/node": "22.10.5", "@vue/apollo-composable": "4.2.1",