diff options
author | 2022-01-20 10:04:29 -0500 | |
---|---|---|
committer | 2022-01-20 10:04:29 -0500 | |
commit | e3731e5fa8a164629c548febfcd62f18055ff178 (patch) | |
tree | b614af250aafa5aa03aaa2ae166143c90b5c7fe7 /examples/with-nanostores/package.json | |
parent | 59634a9d201652d78d3a37072b68939be40d8f34 (diff) | |
download | astro-ef087c9d3eb6e43f737e981a50ead15f287ba1d5.tar.gz astro-ef087c9d3eb6e43f737e981a50ead15f287ba1d5.tar.zst astro-ef087c9d3eb6e43f737e981a50ead15f287ba1d5.zip |
[ci] release (#2430)astro@0.22.16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-nanostores/package.json')
-rw-r--r-- | examples/with-nanostores/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index dea02806c..a2fea42ef 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -17,6 +17,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.1", - "astro": "^0.22.15" + "astro": "^0.22.16" } } |