diff options
author | 2022-05-26 06:48:47 -0400 | |
---|---|---|
committer | 2022-05-26 06:48:47 -0400 | |
commit | 8a49ad23bf1e441aa5bf85dad084890f3b0414ec (patch) | |
tree | 8087bf45e265b921088d55a1d89ad65743db435f /examples/ssr/package.json | |
parent | 51db2b9b4efd899bdd7efc481a5f226b3b040614 (diff) | |
download | astro-7190ea3b404f1d64006a8cfa5dc503033e71f12c.tar.gz astro-7190ea3b404f1d64006a8cfa5dc503033e71f12c.tar.zst astro-7190ea3b404f1d64006a8cfa5dc503033e71f12c.zip |
[ci] release (#3446)astro@1.0.0-beta.34@astrojs/markdown-remark@0.10.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index d4585e8a2..45f26b303 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.1.2", "@astrojs/svelte": "^0.1.3", - "astro": "^1.0.0-beta.33", + "astro": "^1.0.0-beta.34", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", |