diff options
author | 2023-11-21 13:44:16 -0800 | |
---|---|---|
committer | 2023-11-21 16:44:16 -0500 | |
commit | ac908b78391711bfcc590bfafb27484b646ffa85 (patch) | |
tree | c7c204b7806a22960cdd3a4a35b6ab2a2d3db21a /examples/non-html-pages | |
parent | 7ff8d62bf861694067491ff17d01b1b0f6809d6b (diff) | |
download | astro-ac908b78391711bfcc590bfafb27484b646ffa85.tar.gz astro-ac908b78391711bfcc590bfafb27484b646ffa85.tar.zst astro-ac908b78391711bfcc590bfafb27484b646ffa85.zip |
[ci] release (#9155)astro@3.5.7@astrojs/react@3.0.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/non-html-pages')
-rw-r--r-- | examples/non-html-pages/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 6dfd8a54c..901d35bb5 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.5.6" + "astro": "^3.5.7" } } |