diff options
author | 2021-11-19 12:49:37 -0500 | |
---|---|---|
committer | 2021-11-19 12:49:37 -0500 | |
commit | 285622b8ae3a2bd92574548d4e40a5f4b0861506 (patch) | |
tree | 3866923e94b44bcf6ba76bc29af061b2f3fd1697 /examples/framework-react | |
parent | 00d2b625959a6fb39464d859d095266826d9014a (diff) | |
download | astro-285622b8ae3a2bd92574548d4e40a5f4b0861506.tar.gz astro-285622b8ae3a2bd92574548d4e40a5f4b0861506.tar.zst astro-285622b8ae3a2bd92574548d4e40a5f4b0861506.zip |
Version Packages (next) (#1916)astro@0.21.0-next.11@astrojs/markdown-remark@0.4.0-next.2
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 4d43b542d..f49c90a61 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.10" + "astro": "^0.21.0-next.11" } } |