diff options
author | 2024-09-06 09:47:30 -0700 | |
---|---|---|
committer | 2024-09-06 12:47:30 -0400 | |
commit | 0d50d7545eae102cadff80e4963ef9b27eabba6c (patch) | |
tree | d37024bb3726f9b43fc55f927bf34c742af89f1d /examples/framework-multiple | |
parent | c0c96452a26a2fb56acbc99cc67fd1e808e66d0e (diff) | |
download | astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.tar.gz astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.tar.zst astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.zip |
[ci] release (#11936)create-astro@4.9.0astro@4.15.4@astrojs/preact@3.5.3
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 1b0f5c020..015b84921 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,14 +11,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.2", + "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.1", "@astrojs/svelte": "^5.7.0", "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.3", + "astro": "^4.15.4", "preact": "^10.23.2", "react": "^18.3.1", "react-dom": "^18.3.1", |