summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/leaders-of-the-free-world.md5
-rw-r--r--packages/integrations/tailwind/package.json6
-rw-r--r--pnpm-lock.yaml2
3 files changed, 9 insertions, 4 deletions
diff --git a/.changeset/leaders-of-the-free-world.md b/.changeset/leaders-of-the-free-world.md
new file mode 100644
index 000000000..0dad953ae
--- /dev/null
+++ b/.changeset/leaders-of-the-free-world.md
@@ -0,0 +1,5 @@
+---
+"@astrojs/tailwind": major
+---
+
+Update peer dep with Tailwindcss
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index e8c8122f8..5d6e25120 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -30,13 +30,15 @@
"dependencies": {
"@proload/core": "^0.3.2",
"autoprefixer": "^10.4.7",
- "postcss": "^8.4.14",
- "tailwindcss": "^3.0.24"
+ "postcss": "^8.4.14"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*"
},
+ "peerDependencies": {
+ "tailwindcss" : "^3.0.24"
+ },
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b50264c9b..e222bcd32 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -2649,12 +2649,10 @@ importers:
astro-scripts: workspace:*
autoprefixer: ^10.4.7
postcss: ^8.4.14
- tailwindcss: ^3.0.24
dependencies:
'@proload/core': 0.3.3
autoprefixer: 10.4.10_postcss@8.4.16
postcss: 8.4.16
- tailwindcss: 3.1.8_postcss@8.4.16
devDependencies:
astro: link:../../astro
astro-scripts: link:../../../scripts