diff options
author | 2021-10-11 08:33:37 -0400 | |
---|---|---|
committer | 2021-10-11 08:33:37 -0400 | |
commit | 0ff5c87a271fe968de6392dab77d90ca080a5048 (patch) | |
tree | 509614ecdc5c3d81b9340fa7e20537b56065f94a /examples/framework-react | |
parent | b1b564d03d09cee63e072397dfb2ab1a1f59b346 (diff) | |
download | astro-0ff5c87a271fe968de6392dab77d90ca080a5048.tar.gz astro-0ff5c87a271fe968de6392dab77d90ca080a5048.tar.zst astro-0ff5c87a271fe968de6392dab77d90ca080a5048.zip |
Version Packages (#1527)astro@0.20.10
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 b9dc29807..8e7496f70 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.9" + "astro": "^0.20.10" }, "snowpack": { "workspaceRoot": "../.." |