diff options
author | 2024-07-17 05:47:16 -0700 | |
---|---|---|
committer | 2024-07-17 14:47:16 +0200 | |
commit | e30cf49ee45922e4bd4f92df7b2ea3753f1905fc (patch) | |
tree | b55265635c4b121429eccdabc3bc363215686889 /examples/framework-multiple | |
parent | 20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1 (diff) | |
download | astro-e30cf49ee45922e4bd4f92df7b2ea3753f1905fc.tar.gz astro-e30cf49ee45922e4bd4f92df7b2ea3753f1905fc.tar.zst astro-e30cf49ee45922e4bd4f92df7b2ea3753f1905fc.zip |
[ci] release (#11442)astro@4.11.6@astrojs/preact@3.5.1@astrojs/markdoc@0.11.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 ef70525d9..941b71491 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,14 +11,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.0", + "@astrojs/preact": "^3.5.1", "@astrojs/react": "^3.6.0", "@astrojs/solid-js": "^4.4.0", "@astrojs/svelte": "^5.6.0", "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.11.5", + "astro": "^4.11.6", "preact": "^10.22.1", "react": "^18.3.1", "react-dom": "^18.3.1", |