diff options
author | 2022-05-26 06:48:47 -0400 | |
---|---|---|
committer | 2022-05-26 06:48:47 -0400 | |
commit | 8a49ad23bf1e441aa5bf85dad084890f3b0414ec (patch) | |
tree | 8087bf45e265b921088d55a1d89ad65743db435f /examples/framework-alpine | |
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/framework-alpine')
-rw-r--r-- | examples/framework-alpine/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 539c7fbcb..bb7123e91 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.33" + "astro": "^1.0.0-beta.34" }, "dependencies": { "alpinejs": "^3.10.2" |