diff options
author | 2024-04-02 00:46:43 -0700 | |
---|---|---|
committer | 2024-04-02 15:46:43 +0800 | |
commit | f7d6254f8f63363dc88b07381983f2a8cce69559 (patch) | |
tree | 88c7a320c01db789603d35283320ade2d7d9093a /examples/with-tailwindcss | |
parent | 260f4fa1912ba78299c587a7cad1101354ebbb48 (diff) | |
download | astro-@astrojs/vue@4.0.10.tar.gz astro-@astrojs/vue@4.0.10.tar.zst astro-@astrojs/vue@4.0.10.zip |
[ci] release (#10603)astro@4.5.13@astrojs/vue@4.0.10@astrojs/vercel@7.5.1@astrojs/preact@3.1.2@astrojs/mdx@2.2.3@astrojs/markdown-remark@5.0.0@astrojs/markdoc@0.9.4@astrojs/db@0.9.9
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index f37f83d87..2cb6b36ff 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.2", + "@astrojs/mdx": "^2.2.3", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.5.12", + "astro": "^4.5.13", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.9.1", "postcss": "^8.4.28", |