diff options
author | 2021-12-02 17:45:56 -0500 | |
---|---|---|
committer | 2021-12-02 17:45:56 -0500 | |
commit | 787e4e6497811b183207a5b45a973b06b382192f (patch) | |
tree | 47770f7d4465db979db08f193b1164b48dee026a /examples/framework-react | |
parent | 11798a3209521664e02989e5ea3e791c8c5fb036 (diff) | |
download | astro-787e4e6497811b183207a5b45a973b06b382192f.tar.gz astro-787e4e6497811b183207a5b45a973b06b382192f.tar.zst astro-787e4e6497811b183207a5b45a973b06b382192f.zip |
chore: release (#2098)astro@0.21.8
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 6bffabd80..e4b8d881f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } |