diff options
author | 2021-11-29 14:39:04 -0500 | |
---|---|---|
committer | 2021-11-29 14:39:04 -0500 | |
commit | 6203b57974da75a3933ddfc119e4ab5180d71519 (patch) | |
tree | 027ca2dafe67507461580be9b9246451ddf617b4 /examples/framework-multiple | |
parent | c9bc700d41334f6306fd05045838251b056b970b (diff) | |
download | astro-6203b57974da75a3933ddfc119e4ab5180d71519.tar.gz astro-6203b57974da75a3933ddfc119e4ab5180d71519.tar.zst astro-6203b57974da75a3933ddfc119e4ab5180d71519.zip |
Version Packages (#2047)astro@0.21.5
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 3d65dd6af..648fdbd25 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0", - "astro": "^0.21.4" + "astro": "^0.21.5" } } |