diff options
author | 2021-10-14 15:13:13 -0400 | |
---|---|---|
committer | 2021-10-14 15:13:13 -0400 | |
commit | b7a4542103c1193e125ec0c069749d4bf98f223d (patch) | |
tree | 7a2a7c892483a8f4641faa622a3150b151230a00 /examples/framework-react | |
parent | 31d068801622e8a01fbedf7a59b0be8efe47bc3a (diff) | |
download | astro-b7a4542103c1193e125ec0c069749d4bf98f223d.tar.gz astro-b7a4542103c1193e125ec0c069749d4bf98f223d.tar.zst astro-b7a4542103c1193e125ec0c069749d4bf98f223d.zip |
Version Packages (#1557)astro@0.20.12@astrojs/renderer-vue@0.1.9
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 8cee23b3b..548557cb5 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.11" + "astro": "^0.20.12" }, "snowpack": { "workspaceRoot": "../.." |