From fdbae6090f9ac7883109fd92b5859c287ea5f30d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:01:31 +0900 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.3 (#1541) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency tailwindcss to v3.4.3 * Add change log --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: たふみ --- .changeset/ten-balloons-sell.md | 5 +++++ example/nextjs-app/package-lock.json | 18 +++++++++--------- example/nextjs-app/package.json | 2 +- example/vite-app/package-lock.json | 10 +++++----- example/vite-app/package.json | 2 +- package-lock.json | 20 ++++++++++---------- packages/for-ui/package.json | 2 +- 7 files changed, 32 insertions(+), 27 deletions(-) create mode 100644 .changeset/ten-balloons-sell.md diff --git a/.changeset/ten-balloons-sell.md b/.changeset/ten-balloons-sell.md new file mode 100644 index 00000000..ae765406 --- /dev/null +++ b/.changeset/ten-balloons-sell.md @@ -0,0 +1,5 @@ +--- +"@4design/for-ui": patch +--- + +chore(deps): update dependency tailwindcss to v3.4.3 diff --git a/example/nextjs-app/package-lock.json b/example/nextjs-app/package-lock.json index 33da2da1..a3ba0f19 100644 --- a/example/nextjs-app/package-lock.json +++ b/example/nextjs-app/package-lock.json @@ -27,7 +27,7 @@ "autoprefixer": "10.4.19", "next": "13.4.19", "postcss": "8.4.31", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.3", "typescript": "5.1.6", "yalc": "1.0.0-pre.53" } @@ -2535,9 +2535,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -2547,7 +2547,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -4652,9 +4652,9 @@ "integrity": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==" }, "tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -4664,7 +4664,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/example/nextjs-app/package.json b/example/nextjs-app/package.json index bb2306a6..8a6c254f 100644 --- a/example/nextjs-app/package.json +++ b/example/nextjs-app/package.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.19", "next": "13.4.19", "postcss": "8.4.31", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.3", "typescript": "5.1.6", "yalc": "1.0.0-pre.53" }, diff --git a/example/vite-app/package-lock.json b/example/vite-app/package-lock.json index 17043980..e60901da 100644 --- a/example/vite-app/package-lock.json +++ b/example/vite-app/package-lock.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.19", "postcss": "8.4.31", "prettier": "3.2.5", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.3", "typescript": "5.1.6", "vite": "3.2.7", "yalc": "1.0.0-pre.53" @@ -4318,9 +4318,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -4330,7 +4330,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/example/vite-app/package.json b/example/vite-app/package.json index 2f7613dd..23227ac3 100644 --- a/example/vite-app/package.json +++ b/example/vite-app/package.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.19", "postcss": "8.4.31", "prettier": "3.2.5", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.3", "typescript": "5.1.6", "vite": "3.2.7", "yalc": "1.0.0-pre.53" diff --git a/package-lock.json b/package-lock.json index 3015b6b4..a69973aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25248,9 +25248,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -25260,7 +25260,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -28002,7 +28002,7 @@ "react-dom": "18.2.0", "react-hook-form": "7.45.4", "react-icons": "4.10.1", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.3", "typescript": "5.1.6", "vite": "3.2.5", "vitest": "0.33.0", @@ -30370,7 +30370,7 @@ "react-number-format": "5.3.4", "react-transition-group": "4.4.5", "tailwind-merge": "1.14.0", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.3", "typescript": "5.1.6", "vite": "3.2.5", "vitest": "0.33.0", @@ -49177,9 +49177,9 @@ "integrity": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==" }, "tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -49189,7 +49189,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/packages/for-ui/package.json b/packages/for-ui/package.json index 3c25a749..5f59719b 100644 --- a/packages/for-ui/package.json +++ b/packages/for-ui/package.json @@ -94,7 +94,7 @@ "react-dom": "18.2.0", "react-hook-form": "7.45.4", "react-icons": "4.10.1", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.3", "typescript": "5.1.6", "vite": "3.2.5", "vitest": "0.33.0",