summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-31 00:56:38 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-31 15:56:38 +0800
commit5f7bf49d38ab888e65f010e106579c7947a8d5c6 (patch)
treea58b6cd14078d14efb0ac8bd8b8764302f29a740 /examples/ssr
parentffc836bac0cdea684ea91f958ac8298d4ee4b07d (diff)
downloadastro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.gz
astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.zst
astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.zip
[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--examples/ssr/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 3d9680faf..644db4023 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/svelte": "^5.7.2",
- "astro": "^4.16.7",
+ "astro": "^4.16.8",
"svelte": "^4.2.19"
}
}