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-13 09:37:44 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-13 09:37:44 -0500
commit834e5299f1988e9df01166efe00a2369a045bed9 (patch)
tree534a5d086bacd76fc93d5173464ab0421062e2be /examples/with-tailwindcss
parenta9b44f2936a5517487a781fc58add6fd327a3f22 (diff)
downloadastro-834e5299f1988e9df01166efe00a2369a045bed9.tar.gz
astro-834e5299f1988e9df01166efe00a2369a045bed9.tar.zst
astro-834e5299f1988e9df01166efe00a2369a045bed9.zip
[ci] release (#2366)astro@0.22.11
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 dc80d1083..2ed8894ea 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.10",
+ "astro": "^0.22.11",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}