diff options
author | 2022-09-14 20:17:04 +0100 | |
---|---|---|
committer | 2022-09-14 20:17:04 +0100 | |
commit | 664ebf449e27f0aef43eaa2482189358a74209d2 (patch) | |
tree | 68a562053980a632f48a4180a26549da8cf5a812 | |
parent | 5e690065f768579987eb75f48663d71caa2a8e2a (diff) | |
download | astro-664ebf449e27f0aef43eaa2482189358a74209d2.tar.gz astro-664ebf449e27f0aef43eaa2482189358a74209d2.tar.zst astro-664ebf449e27f0aef43eaa2482189358a74209d2.zip |
Update peer dep with Tailwindcss (#4543)
* Update peer dep
* Create leaders-of-the-free-world.md
Update: `@astrojs/tailwindcss` project with `tailwindcss` as a `peer-dependency`
* Removed tailwindcss as 'dependency'
* Update `pnpm-lock` with changes to deps
* Update .changeset/leaders-of-the-free-world.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
-rw-r--r-- | .changeset/leaders-of-the-free-world.md | 5 | ||||
-rw-r--r-- | packages/integrations/tailwind/package.json | 6 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
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 |