diff options
author | 2022-03-02 16:23:55 -0600 | |
---|---|---|
committer | 2022-03-02 16:23:55 -0600 | |
commit | 4f924b8ceae2125cb8c8a6c3b41f9f552ce83758 (patch) | |
tree | a33087d54eeab9d8415e182d1b7be3d8b44b5e86 /examples/framework-multiple | |
parent | 91765d79b1ec1181417fb6a4604a9e20564bb10e (diff) | |
download | astro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.tar.gz astro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.tar.zst astro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.zip |
[ci] release (#2692)astro@0.23.4@astrojs/markdown-remark@0.6.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 23deb45ae..1c61cf89a 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.4.0", - "astro": "^0.23.3" + "astro": "^0.23.4" } } |