diff options
author | 2023-03-31 07:32:28 -0700 | |
---|---|---|
committer | 2023-03-31 16:32:28 +0200 | |
commit | 07e8a1bab4f1d1442854cec65e8f66b247fc87c7 (patch) | |
tree | 23c038cb72deaa977e38a3cdea3573daab697229 /examples/blog | |
parent | c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f (diff) | |
download | astro-07e8a1bab4f1d1442854cec65e8f66b247fc87c7.tar.gz astro-07e8a1bab4f1d1442854cec65e8f66b247fc87c7.tar.zst astro-07e8a1bab4f1d1442854cec65e8f66b247fc87c7.zip |
[ci] release (#6694)astro@2.1.9@astrojs/rss@2.3.2@astrojs/react@2.1.1@astrojs/lit@2.0.0@astrojs/image@0.16.4
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 30e25ed27..2061d1dae 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "@astrojs/mdx": "^0.18.2", - "@astrojs/rss": "^2.3.1", + "@astrojs/rss": "^2.3.2", "@astrojs/sitemap": "^1.2.1" } } |