diff options
author | 2023-11-28 13:31:12 -0800 | |
---|---|---|
committer | 2023-11-28 15:31:12 -0600 | |
commit | 1e8d28de7f47e816cb95851025df48998f52a996 (patch) | |
tree | e1f4b16aadf7bbdbde9d58602698436c973fb475 /examples/with-markdown-shiki | |
parent | 54e57fe9d7600c888fc7b0bc3f5dbca5543f36cd (diff) | |
download | astro-@astrojs/upgrade@0.1.1.tar.gz astro-@astrojs/upgrade@0.1.1.tar.zst astro-@astrojs/upgrade@0.1.1.zip |
[ci] release (#9217)astro@3.6.3@astrojs/upgrade@0.1.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-shiki')
-rw-r--r-- | examples/with-markdown-shiki/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index bae6199fa..45211b660 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.6.2" + "astro": "^3.6.3" } } |