diff options
author | 2023-01-26 10:53:32 -0800 | |
---|---|---|
committer | 2023-01-26 13:53:32 -0500 | |
commit | 607f0ac31a43595252bc647c01ac4b75fc774202 (patch) | |
tree | 475b92a55eab7842dd43661b724fef595b7323e5 /examples/docs | |
parent | 7abb1e9056c4b4fd0abfced347df32a41cdfbf28 (diff) | |
download | astro-607f0ac31a43595252bc647c01ac4b75fc774202.tar.gz astro-607f0ac31a43595252bc647c01ac4b75fc774202.tar.zst astro-607f0ac31a43595252bc647c01ac4b75fc774202.zip |
[ci] release (#5984)astro@2.0.2@astrojs/react@2.0.1@astrojs/node@5.0.1@astrojs/mdx@0.15.1@astrojs/markdown-remark@2.0.1@astrojs/cloudflare@6.1.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index 491604598..d2f1bbb5b 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,11 +11,11 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.0", + "@astrojs/react": "^2.0.1", "@astrojs/preact": "^2.0.0", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", |