diff options
author | 2022-01-19 22:12:32 -0500 | |
---|---|---|
committer | 2022-01-19 22:12:32 -0500 | |
commit | 5d79bd7e93cda57e85f2d1fc9c4d7e700fc2b195 (patch) | |
tree | c9b06f7977329fbbc61b5f3f60c1ccdde6dc9d57 /examples/framework-solid | |
parent | b52a38ac4d7741ce1f8cce03521d83ef5d884203 (diff) | |
download | astro-5d79bd7e93cda57e85f2d1fc9c4d7e700fc2b195.tar.gz astro-5d79bd7e93cda57e85f2d1fc9c4d7e700fc2b195.tar.zst astro-5d79bd7e93cda57e85f2d1fc9c4d7e700fc2b195.zip |
[ci] release (#2420)astro@0.22.15
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 fef3c526d..0c4cf73c7 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.1", - "astro": "^0.22.14" + "astro": "^0.22.15" } } |