diff options
Diffstat (limited to 'examples/with-tailwindcss/package.json')
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 5d876c7e9..6804a97ea 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.15", + "astro": "^0.22.16", "autoprefixer": "^10.4.0", "tailwindcss": "^3.0.5" } |