Skip to content

Commit

Permalink
Update peer dep with Tailwindcss (#4543)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
aFuzzyBear and bluwy authored Sep 14, 2022
1 parent 5e69006 commit 664ebf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/leaders-of-the-free-world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/tailwind": major
---

Update peer dep with Tailwindcss
6 changes: 4 additions & 2 deletions packages/integrations/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 0 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 664ebf4

Please sign in to comment.