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-react | |
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-react')
-rw-r--r-- | examples/framework-react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 385a39331..5a917d2e0 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.14" + "astro": "^0.22.15" } } |