diff options
author | 2022-01-14 14:40:12 -0500 | |
---|---|---|
committer | 2022-01-14 14:40:12 -0500 | |
commit | f5ce6edb5b2c92766470562fa633a73b0d546bab (patch) | |
tree | c9ed73346d8c0329a952a6370b362d4f3d74c23b /examples/framework-alpine | |
parent | bd931a0a1454a7b18e87a32ca0e6b5edcb4a9ad3 (diff) | |
download | astro-f5ce6edb5b2c92766470562fa633a73b0d546bab.tar.gz astro-f5ce6edb5b2c92766470562fa633a73b0d546bab.tar.zst astro-f5ce6edb5b2c92766470562fa633a73b0d546bab.zip |
[ci] release (#2372)astro@0.22.12@astrojs/renderer-react@0.4.1@astrojs/renderer-lit@0.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-alpine')
-rw-r--r-- | examples/framework-alpine/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index c0d47ca68..25bafe4a0 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } |