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>
This commit is contained in:
parent
5e690065f7
commit
664ebf449e
3 changed files with 9 additions and 4 deletions
5
.changeset/leaders-of-the-free-world.md
Normal file
5
.changeset/leaders-of-the-free-world.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@astrojs/tailwind": major
|
||||
---
|
||||
|
||||
Update peer dep with Tailwindcss
|
|
@ -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": [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue