diff options
author | 2021-11-17 16:25:02 -0800 | |
---|---|---|
committer | 2021-11-17 16:25:02 -0800 | |
commit | eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8 (patch) | |
tree | a212159ceb99e6147a90ea297497572d88d15abd /examples/framework-multiple | |
parent | c2668afed090201b782af9bfd89e57f572fd3061 (diff) | |
download | astro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.tar.gz astro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.tar.zst astro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.zip |
Version Packages (next) (#1873)create-astro@0.6.7-next.1astro@0.21.0-next.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index ebb4e6997..aec9c00c3 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.1", - "astro": "^0.21.0-next.6" + "astro": "^0.21.0-next.7" } } |