diff options
author | 2022-08-10 13:54:12 -0700 | |
---|---|---|
committer | 2022-08-10 16:54:12 -0400 | |
commit | 1ee08baf912f4850bd5dc312a752f9eebba971ec (patch) | |
tree | d6c663a439fecee1432ef3358646468f502331a5 /examples/framework-multiple | |
parent | a9baa45af35abdd3e1930fb49e8b6fb0a4340e2a (diff) | |
download | astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.gz astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.zst astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.zip |
[ci] release (#4228)
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 fe78e3a60..1842ccc42 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,12 +10,12 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/preact": "^1.0.0", + "@astrojs/preact": "^1.0.1", "@astrojs/react": "^1.0.0", "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.1" + "astro": "^1.0.2" }, "dependencies": { "preact": "^10.7.3", |