From 88103411bcecec5006d25922ef0537b6297d6543 Mon Sep 17 00:00:00 2001 From: Kimiaki Kuno Date: Thu, 13 Jul 2023 11:34:18 +0900 Subject: [PATCH] fix: clean-css module not found (#455) --- packages/tailwindcss/package.json | 1 + yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/tailwindcss/package.json b/packages/tailwindcss/package.json index 83b346ab..5e0953ad 100644 --- a/packages/tailwindcss/package.json +++ b/packages/tailwindcss/package.json @@ -36,6 +36,7 @@ "@tailwindcss/typography": "0.5.9", "autoprefixer": "10.4.14", "babel-loader": "9.1.3", + "clean-css": "^5.3.2", "clsx": "1.2.1", "postcss": "8.4.25", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 845363c4..76c7aace 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4263,6 +4263,13 @@ ci-info@^3.2.0, ci-info@^3.6.1: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91" integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== +clean-css@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.2.tgz#70ecc7d4d4114921f5d298349ff86a31a9975224" + integrity sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww== + dependencies: + source-map "~0.6.0" + clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" @@ -9328,7 +9335,7 @@ source-map-support@^0.5.16: buffer-from "^1.0.0" source-map "^0.6.0" -source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: +source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==