diff options
author | 2022-10-03 08:52:23 -0700 | |
---|---|---|
committer | 2022-10-03 11:52:23 -0400 | |
commit | bb022f5230f6f9eca07366275c44af056e06eeca (patch) | |
tree | ff0e22a519d0ccb920e5d1251967bcb5bc77158d /examples/with-tailwindcss | |
parent | 88163e02baacf43faadca9e58929d7065af9caa6 (diff) | |
download | astro-bb022f5230f6f9eca07366275c44af056e06eeca.tar.gz astro-bb022f5230f6f9eca07366275c44af056e06eeca.tar.zst astro-bb022f5230f6f9eca07366275c44af056e06eeca.zip |
[ci] release (#4957)astro@1.4.3@astrojs/mdx@0.11.4
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 2d56620b6..5120160ed 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.2", + "astro": "^1.4.3", "@astrojs/tailwind": "^2.0.2", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", |