diff options
author | 2023-08-09 13:31:34 -0700 | |
---|---|---|
committer | 2023-08-09 15:31:34 -0500 | |
commit | 9cb32e2a5fd4857992443297ffd0c6e7d88b9ce0 (patch) | |
tree | 386ec0ada6f935d85993937a5764df8959c640e9 /examples/framework-multiple | |
parent | 58b121d42a9f58a5a992f0c378b036f37e9715fc (diff) | |
download | astro-9cb32e2a5fd4857992443297ffd0c6e7d88b9ce0.tar.gz astro-9cb32e2a5fd4857992443297ffd0c6e7d88b9ce0.tar.zst astro-9cb32e2a5fd4857992443297ffd0c6e7d88b9ce0.zip |
[ci] release (#8000)create-astro@3.1.12astro@2.10.4@astrojs/preact@2.2.2
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 fcf8fbccb..dcbff86c9 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,12 +11,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^2.2.1", + "@astrojs/preact": "^2.2.2", "@astrojs/react": "^2.2.1", "@astrojs/solid-js": "^2.2.0", "@astrojs/svelte": "^3.1.0", "@astrojs/vue": "^2.2.1", - "astro": "^2.10.3", + "astro": "^2.10.4", "preact": "^10.15.1", "react": "^18.2.0", "react-dom": "^18.2.0", |