diff --git a/.changeset/leaders-of-the-free-world.md b/.changeset/leaders-of-the-free-world.md new file mode 100644 index 000000000000..0dad953aedf3 --- /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 8bf845110c79..ab91578ab6cf 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 b26bce9e17b2..c0fdf24dab4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2601,12 +2601,10 @@ importers: astro-scripts: workspace:* autoprefixer: ^10.4.7 postcss: ^8.4.14 - tailwindcss: ^3.0.24 dependencies: '@proload/core': 0.3.2 autoprefixer: 10.4.8_postcss@8.4.16 postcss: 8.4.16 - tailwindcss: 3.1.8_postcss@8.4.16 devDependencies: astro: link:../../astro astro-scripts: link:../../../scripts