diff options
author | 2023-10-16 14:58:33 -0700 | |
---|---|---|
committer | 2023-10-17 03:28:33 +0530 | |
commit | 3468c06f56447ee0aa4115b70f658780e6df75c5 (patch) | |
tree | 04e7156032a61f099462eaa677f79831d6de3180 /examples/with-markdown-shiki/package.json | |
parent | 8946f2a256edf1aca6a7bb0db1f6ea9ce9493253 (diff) | |
download | astro-235b987a5e82c6e989f1c83bdef6edd5fe4ea891.tar.gz astro-235b987a5e82c6e989f1c83bdef6edd5fe4ea891.tar.zst astro-235b987a5e82c6e989f1c83bdef6edd5fe4ea891.zip |
[ci] release (#8820)astro@3.3.1@astrojs/lit@3.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-shiki/package.json')
-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 a7ec108b8..1c03b6995 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.3.0" + "astro": "^3.3.1" } } |