Skip to content

Commit

Permalink
chore: bump tailwind version to ^3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaien committed Aug 27, 2022
1 parent 2708523 commit 877dd2c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changeset/thick-owls-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'astro': patch
'@astrojs/tailwind': minor
---

bump tailwindcss to ^3.1
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
"tailwindcss": "^3.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
"tailwindcss": "^3.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/integrations/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@proload/core": "^0.3.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
6 changes: 3 additions & 3 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 877dd2c

Please sign in to comment.