diff options
author | 2021-10-12 13:27:06 -0400 | |
---|---|---|
committer | 2021-10-12 13:27:06 -0400 | |
commit | 5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53 (patch) | |
tree | 68b280d212e754c6bf67196fc75b95ee0729d51d /examples/framework-react | |
parent | d59b65739541ef013f58930e628681b0b7b04e00 (diff) | |
download | astro-5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53.tar.gz astro-5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53.tar.zst astro-5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53.zip |
Version Packages (#1537)astro@0.20.11
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 8e7496f70..8cee23b3b 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.10" + "astro": "^0.20.11" }, "snowpack": { "workspaceRoot": "../.." |