diff options
author | 2022-08-11 16:50:59 -0700 | |
---|---|---|
committer | 2022-08-11 16:50:59 -0700 | |
commit | bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f (patch) | |
tree | 21f77cfddd39b28ee972e74b159dd16846fc9e0c /examples/framework-multiple | |
parent | 5b1facfe291b998c0c6814293b18df211a8f3cd3 (diff) | |
download | astro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.tar.gz astro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.tar.zst astro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.zip |
[ci] release (#4249)astro@1.0.3@astrojs/prism@1.0.1@astrojs/prefetch@0.0.7@astrojs/preact@1.0.2@astrojs/netlify@1.0.1@astrojs/mdx@0.8.3@astrojs/image@0.3.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 1842ccc42..947bbd9d9 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,12 +10,12 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/preact": "^1.0.1", + "@astrojs/preact": "^1.0.2", "@astrojs/react": "^1.0.0", "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.2" + "astro": "^1.0.3" }, "dependencies": { "preact": "^10.7.3", |