diff options
author | 2023-11-01 06:23:32 -0700 | |
---|---|---|
committer | 2023-11-01 08:23:32 -0500 | |
commit | 4a0fec969fac93c905b32952128572889d90a6ef (patch) | |
tree | 446c639a6e30dd0857d64ab27c099dd452ce7db4 /examples/with-markdoc/package.json | |
parent | 6169b6e56152b1ba944416d85551994788cfb887 (diff) | |
download | astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.gz astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.zst astro-4a0fec969fac93c905b32952128572889d90a6ef.zip |
[ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdoc/package.json')
-rw-r--r-- | examples/with-markdoc/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index f44e4ce79..3111832aa 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.7.0", - "astro": "^3.4.0" + "@astrojs/markdoc": "^0.7.1", + "astro": "^3.4.1" } } |