diff options
author | 2024-02-22 11:37:35 -0800 | |
---|---|---|
committer | 2024-02-22 14:37:35 -0500 | |
commit | 3411e05ee45ec717741d07298f8b734fec00e5c1 (patch) | |
tree | 9836382542d77a97bc39baaac0ed43ce7f4bd1b7 /examples/framework-multiple/package.json | |
parent | c692d0c66a5062937e47402dc700d41c2a5dfc5c (diff) | |
download | astro-026674a10e979d5eeec996dab28b103b5f64e31c.tar.gz astro-026674a10e979d5eeec996dab28b103b5f64e31c.tar.zst astro-026674a10e979d5eeec996dab28b103b5f64e31c.zip |
[ci] release (#10203)@astrojs/preact@3.1.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple/package.json')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index af747ca4a..0500ccc67 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.1.0", + "@astrojs/preact": "^3.1.1", "@astrojs/react": "^3.0.10", "@astrojs/solid-js": "^4.0.1", "@astrojs/svelte": "^5.0.3", |