diff options
author | 2023-11-01 10:22:41 -0700 | |
---|---|---|
committer | 2023-11-01 13:22:41 -0400 | |
commit | ea16b45c0d13b9eb0b42cbc0f8ba6c0b38a55fec (patch) | |
tree | 7f7bcebc00787cafcf26a451ff731fbf532d6423 /examples/non-html-pages | |
parent | bf1fd0fa76d19d3bc4ce501b021f2e0cf9b095c9 (diff) | |
download | astro-ea16b45c0d13b9eb0b42cbc0f8ba6c0b38a55fec.tar.gz astro-ea16b45c0d13b9eb0b42cbc0f8ba6c0b38a55fec.tar.zst astro-ea16b45c0d13b9eb0b42cbc0f8ba6c0b38a55fec.zip |
[ci] release (#8975)astro@3.4.2@astrojs/underscore-redirects@0.3.2
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 1d0a550fc..4c186ff3d 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.4.1" + "astro": "^3.4.2" } } |