diff options
author | 2024-08-13 22:29:37 +0800 | |
---|---|---|
committer | 2024-08-13 22:29:37 +0800 | |
commit | 315ec07e1b25042cf0298b0d55dbcd6dd6a39890 (patch) | |
tree | c36a751f8f921005546d5cbb67f62cd41585cbbb /examples/framework-multiple | |
parent | fc24e1b6f522cf78786a67ee2b308754ab2bfafd (diff) | |
download | astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.tar.gz astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.tar.zst astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.zip |
fix(deps): update all non-major dependencies (#11674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.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 49e0ce971..66552bd65 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -22,8 +22,8 @@ "preact": "^10.23.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.8.19", + "solid-js": "^1.8.20", "svelte": "^4.2.18", - "vue": "^3.4.35" + "vue": "^3.4.37" } } |