diff options
author | 2021-12-03 09:30:45 -0500 | |
---|---|---|
committer | 2021-12-03 09:30:45 -0500 | |
commit | 4f546173b484a8329c306e1a5261c91c8511042d (patch) | |
tree | f665eb06a5139da69c84d1ad18cf86ed24bb7160 /examples/framework-solid | |
parent | 583459d0b6476fc79b351648c0db3c2869edfa12 (diff) | |
download | astro-4f546173b484a8329c306e1a5261c91c8511042d.tar.gz astro-4f546173b484a8329c306e1a5261c91c8511042d.tar.zst astro-4f546173b484a8329c306e1a5261c91c8511042d.zip |
chore: release (#2108)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-solid')
-rw-r--r-- | examples/framework-solid/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index e9d999d23..4457e8dbf 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.8" + "astro": "^0.21.9" } } |