From c96303d010c8fb1145a17e866c47bdb43c407b6f Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Thu, 10 Feb 2022 17:57:07 -0500 Subject: [PATCH 1/2] Move prettier to dev dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7fcb6867c86..67b305829c5b 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "jest-diff": "^27.4.6", "postcss": "^8.4.6", "prettier": "^2.5.1", + "prettier-plugin-tailwindcss": "^0.1.7", "rimraf": "^3.0.0" }, "peerDependencies": { @@ -77,7 +78,6 @@ "postcss-nested": "5.0.6", "postcss-selector-parser": "^6.0.9", "postcss-value-parser": "^4.2.0", - "prettier-plugin-tailwindcss": "^0.1.7", "quick-lru": "^5.1.1", "resolve": "^1.22.0" }, From c08019d50e207ec64c5b7adb0a2fbacd79e570e5 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Thu, 10 Feb 2022 17:59:32 -0500 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d24fef8ec0b8..079ecd08edaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet! +- Move prettier plugin to dev dependencies ([#7418](https://github.com/tailwindlabs/tailwindcss/pull/7418)) ## [3.0.20] - 2022-02-10