diff options
author | 2022-10-18 11:26:00 -0700 | |
---|---|---|
committer | 2022-10-18 14:26:00 -0400 | |
commit | 4c1ffef3e4753ffccd71e9b1524aa4faa1de652f (patch) | |
tree | 20c56246738a6d7d7dbfacbf836f7efe332c8556 /examples/docs | |
parent | 8cf692766bf482717cfed416f5317ae1b5fb6cf0 (diff) | |
download | astro-4c1ffef3e4753ffccd71e9b1524aa4faa1de652f.tar.gz astro-4c1ffef3e4753ffccd71e9b1524aa4faa1de652f.tar.zst astro-4c1ffef3e4753ffccd71e9b1524aa4faa1de652f.zip |
[ci] release (#5078)astro@1.5.1@astrojs/vue@1.2.0@astrojs/vercel@2.3.0@astrojs/tailwind@2.1.1@astrojs/solid-js@1.2.1@astrojs/react@1.2.1@astrojs/node@2.0.1
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 34ea9c03d..1da9531b5 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,11 +12,11 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.5.0", + "astro": "^1.5.1", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^1.2.0", + "@astrojs/react": "^1.2.1", "@astrojs/preact": "^1.2.0", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", |