diff options
author | 2022-01-24 09:39:26 -0500 | |
---|---|---|
committer | 2022-01-24 09:39:26 -0500 | |
commit | 3059cc8e39216fa2747758aa19753294c6630829 (patch) | |
tree | 57d764d92da908a0a16b435fd8512beff361ac05 /examples/with-nanostores/package.json | |
parent | 2a223fae0ef6b3164ce2b27df6bc1af9fd47e545 (diff) | |
download | astro@0.22.18.tar.gz astro@0.22.18.tar.zst astro@0.22.18.zip |
[ci] release (#2437)astro@0.22.18@astrojs/test-static-build-pkg@0.0.1
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 6def4ac2e..4870d736c 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.17" + "astro": "^0.22.18" } } |