From d8aff8b13b5dd0c499ec2b22aa4c036607e6152e Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Mon, 30 Aug 2021 12:01:43 +0200 Subject: [PATCH 1/2] pin clean-css to version `5.1.4` --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f870edeea710..3c0fc0f01ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "tailwindcss", "version": "2.2.8", "license": "MIT", "dependencies": { @@ -54,7 +53,7 @@ "@vercel/ncc": "^0.29.2", "autoprefixer": "^10.3.3", "babel-jest": "^27.0.6", - "clean-css": "^5.1.5", + "clean-css": "5.1.4", "cross-env": "^7.0.3", "cssnano": "^5.0.8", "eslint": "^7.32.0", @@ -3411,9 +3410,9 @@ } }, "node_modules/clean-css": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.5.tgz", - "integrity": "sha512-9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.4.tgz", + "integrity": "sha512-e6JAuR0T2ahg7fOSv98Nxqh7mHWOac5TaCSgrr61h/6mkPLwlxX38hzob4h6IKj/UHlrrLXvAEjWqXlvi8r8lQ==", "dev": true, "dependencies": { "source-map": "~0.6.0" @@ -12990,9 +12989,9 @@ } }, "clean-css": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.5.tgz", - "integrity": "sha512-9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.4.tgz", + "integrity": "sha512-e6JAuR0T2ahg7fOSv98Nxqh7mHWOac5TaCSgrr61h/6mkPLwlxX38hzob4h6IKj/UHlrrLXvAEjWqXlvi8r8lQ==", "dev": true, "requires": { "source-map": "~0.6.0" diff --git a/package.json b/package.json index b98188f73675..d5a1c22da0e9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@vercel/ncc": "^0.29.2", "autoprefixer": "^10.3.3", "babel-jest": "^27.0.6", - "clean-css": "^5.1.5", + "clean-css": "5.1.4", "cross-env": "^7.0.3", "cssnano": "^5.0.8", "eslint": "^7.32.0", From 155bada87d43655a0546de98933112719f156044 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Mon, 30 Aug 2021 12:06:39 +0200 Subject: [PATCH 2/2] update fixtures --- tests/fixtures/tailwind-output-flagged.css | 2 +- tests/fixtures/tailwind-output-important.css | 2 +- tests/fixtures/tailwind-output-no-color-opacity.css | 2 +- tests/fixtures/tailwind-output.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fixtures/tailwind-output-flagged.css b/tests/fixtures/tailwind-output-flagged.css index c6bcc051eb59..f7c3fd79ff55 100644 --- a/tests/fixtures/tailwind-output-flagged.css +++ b/tests/fixtures/tailwind-output-flagged.css @@ -1,4 +1,4 @@ -/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ diff --git a/tests/fixtures/tailwind-output-important.css b/tests/fixtures/tailwind-output-important.css index c48c0cf0cb21..75e6757061bd 100644 --- a/tests/fixtures/tailwind-output-important.css +++ b/tests/fixtures/tailwind-output-important.css @@ -1,4 +1,4 @@ -/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ diff --git a/tests/fixtures/tailwind-output-no-color-opacity.css b/tests/fixtures/tailwind-output-no-color-opacity.css index 9076f92f7794..c3ea8f6d78f4 100644 --- a/tests/fixtures/tailwind-output-no-color-opacity.css +++ b/tests/fixtures/tailwind-output-no-color-opacity.css @@ -1,4 +1,4 @@ -/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ diff --git a/tests/fixtures/tailwind-output.css b/tests/fixtures/tailwind-output.css index c6bcc051eb59..f7c3fd79ff55 100644 --- a/tests/fixtures/tailwind-output.css +++ b/tests/fixtures/tailwind-output.css @@ -1,4 +1,4 @@ -/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */