diff options
author | 2023-11-11 20:39:47 -0800 | |
---|---|---|
committer | 2023-11-11 22:39:47 -0600 | |
commit | 5f2db426ce13d8b3ad6f506490aec8a980e48cc7 (patch) | |
tree | 28b7aa2a2a66b38a95ec2f5a109c33907d486535 /examples/non-html-pages | |
parent | c5d7f4452ab3b240804a8c1bddbabc4e63000f48 (diff) | |
download | astro-5f2db426ce13d8b3ad6f506490aec8a980e48cc7.tar.gz astro-5f2db426ce13d8b3ad6f506490aec8a980e48cc7.tar.zst astro-5f2db426ce13d8b3ad6f506490aec8a980e48cc7.zip |
[ci] release (#9070)astro@3.5.3
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 96fc3b77c..4ed01d693 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.2" + "astro": "^3.5.3" } } |