diff options
author | 2021-09-28 09:10:41 -0400 | |
---|---|---|
committer | 2021-09-28 09:10:41 -0400 | |
commit | bf6357a233216de0cef5b866ae432f9020ec7e32 (patch) | |
tree | 37b1fdae31b8f1f736d6dc2067fc4af09cc7b6dc /examples/framework-react | |
parent | 85249cb11d7ef00a9bf6fe7f48fc46ea70b6084c (diff) | |
download | astro-bf6357a233216de0cef5b866ae432f9020ec7e32.tar.gz astro-bf6357a233216de0cef5b866ae432f9020ec7e32.tar.zst astro-bf6357a233216de0cef5b866ae432f9020ec7e32.zip |
Version Packages (#1442)astro@0.20.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 b91465e43..2a65821d0 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." |