diff options
author | 2022-08-12 15:40:47 -0700 | |
---|---|---|
committer | 2022-08-12 17:40:47 -0500 | |
commit | b1bd52e9ea98be6fdaccfff7849cc84a5dd843c4 (patch) | |
tree | 2f8ec0ec99861f8bc35c333523d61eb12b8def1b /examples/blog | |
parent | 695e9b34daa505499af77b461750afeadfa7a0d1 (diff) | |
download | astro-b1bd52e9ea98be6fdaccfff7849cc84a5dd843c4.tar.gz astro-b1bd52e9ea98be6fdaccfff7849cc84a5dd843c4.tar.zst astro-b1bd52e9ea98be6fdaccfff7849cc84a5dd843c4.zip |
[ci] release (#4290)astro@1.0.4@astrojs/mdx@0.9.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index c2d129d2f..b7759464b 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "preact": "^10.7.3" |