diff options
author | 2022-11-03 06:38:29 -0700 | |
---|---|---|
committer | 2022-11-03 09:38:29 -0400 | |
commit | 89f335b5399bf9511baa08841086c7afb05d8208 (patch) | |
tree | cb8bc1a19ea808e8159f31e06394384e11f16c66 /examples/with-markdown-plugins | |
parent | 64d0dc56bb5edce9f421d121133dedfe32841102 (diff) | |
download | astro-89f335b5399bf9511baa08841086c7afb05d8208.tar.gz astro-89f335b5399bf9511baa08841086c7afb05d8208.tar.zst astro-89f335b5399bf9511baa08841086c7afb05d8208.zip |
[ci] release (#5262)astro@1.6.3@astrojs/tailwind@2.1.2@astrojs/prism@1.0.2@astrojs/prefetch@0.1.1@astrojs/markdown-component@1.0.2@astrojs/image@0.11.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 86aa56066..3916251f1 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "@astrojs/markdown-remark": "^1.1.3", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", |