summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-01-07 09:44:14 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-07 09:44:14 -0500
commit4c826ad5b56dd947eb55bbcc11b369420b2ae7fc (patch)
tree03ccb2c00a4e6710e708ebeca925d6f2acf92e29 /examples/with-tailwindcss
parentd970b71af942e76ee63fbe6542a787f4315bea1c (diff)
downloadastro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.tar.gz
astro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.tar.zst
astro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.zip
[ci] release (#2333)astro@0.22.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r--examples/with-tailwindcss/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 663743972..3a9c88813 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.7",
+ "astro": "^0.22.8",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}