diff options
author | 2023-06-21 21:09:49 +0800 | |
---|---|---|
committer | 2023-06-21 21:09:49 +0800 | |
commit | f275d058fcfe564b19bf3536c1a208e6f9cb2159 (patch) | |
tree | 2b239737ee68f2a46c493b595f3155ea6421c2db /examples/framework-multiple | |
parent | 01b1c21c6bf1a0f8f8a753fc31777186e5cb09c0 (diff) | |
download | astro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.tar.gz astro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.tar.zst astro-f275d058fcfe564b19bf3536c1a208e6f9cb2159.zip |
Update safe dependencies (#7430)
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 2763c24c6..18f93494d 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,11 +17,11 @@ "@astrojs/svelte": "^3.0.0", "@astrojs/vue": "^2.2.1", "astro": "^2.6.6", - "preact": "^10.13.2", + "preact": "^10.15.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "solid-js": "^1.7.4", - "svelte": "^3.58.0", - "vue": "^3.2.47" + "solid-js": "^1.7.6", + "svelte": "^3.59.1", + "vue": "^3.3.4" } } |