diff options
author | 2024-08-28 03:51:43 -0700 | |
---|---|---|
committer | 2024-08-28 12:51:43 +0200 | |
commit | 5af8b4f1cb7508d22d994f077948a3b505b1412e (patch) | |
tree | 30e2f92f079b1fb556623b97ad3592f43e175dd8 /examples/framework-multiple | |
parent | a2214cedd0461a2df3ac58d8a4ec5a2912e93f31 (diff) | |
download | astro-5af8b4f1cb7508d22d994f077948a3b505b1412e.tar.gz astro-5af8b4f1cb7508d22d994f077948a3b505b1412e.tar.zst astro-5af8b4f1cb7508d22d994f077948a3b505b1412e.zip |
[ci] release (#11835)astro@4.14.6@astrojs/preact@3.5.2@astrojs/partytown@2.1.2@astrojs/mdx@3.1.5@astrojs/markdoc@0.11.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 527bb86fe..54c6399bb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,14 +11,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.1", + "@astrojs/preact": "^3.5.2", "@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.4", "@types/react-dom": "^18.3.0", - "astro": "^4.14.5", + "astro": "^4.14.6", "preact": "^10.23.2", "react": "^18.3.1", "react-dom": "^18.3.1", |