diff options
author | 2022-10-07 07:34:13 -0700 | |
---|---|---|
committer | 2022-10-07 10:34:13 -0400 | |
commit | 4e8625fbfb3b51e0da25a8f8c5b44f2797c53124 (patch) | |
tree | a06772a322b3d99c23aa8324cbb94c85397b69eb /examples/with-tailwindcss | |
parent | 67dc9b15b9c6c6b68c6e7556fd66ad669da85afb (diff) | |
download | astro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.tar.gz astro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.tar.zst astro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.zip |
[ci] release (#5014)astro@1.4.6@astrojs/prefetch@0.0.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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 10d58e308..6a972630b 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.5", + "astro": "^1.4.6", "@astrojs/tailwind": "^2.0.2", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", |