diff options
author | 2022-01-12 11:30:01 -0500 | |
---|---|---|
committer | 2022-01-12 11:30:01 -0500 | |
commit | 983bf72aa1a4a8eee907324a8301f286e1fb0e1d (patch) | |
tree | 6a0264a8ff02e76ea8b6b21af2874285700e0fbd /examples/fast-build/package.json | |
parent | d3d2b89159508d47386852cc90fd2adda56480b0 (diff) | |
download | astro@0.22.10.tar.gz astro@0.22.10.tar.zst astro@0.22.10.zip |
[ci] release (#2340)astro@0.22.10@astrojs/renderer-solid@0.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/fast-build/package.json')
-rw-r--r-- | examples/fast-build/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json index 61869eed4..4519c703b 100644 --- a/examples/fast-build/package.json +++ b/examples/fast-build/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "unocss": "^0.15.5", "vite-imagetools": "^4.0.1" } |