summaryrefslogtreecommitdiff
path: root/examples/with-nanostores
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-19 22:45:07 -0700
committerGravatar GitHub <noreply@github.com> 2022-04-19 22:45:07 -0700
commitfce98d5552dfc70b43c258dd057b651d1c481d84 (patch)
tree46906529129da49200855877ab16e8d53a7ff364 /examples/with-nanostores
parent0c6bbee4c95b50e5bd43675296511fbb5b985014 (diff)
downloadastro-@astrojs/vue@0.1.3.tar.gz
astro-@astrojs/vue@0.1.3.tar.zst
astro-@astrojs/vue@0.1.3.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-nanostores')
-rw-r--r--examples/with-nanostores/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 851fd13be..63fd3b2df 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -22,9 +22,9 @@
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
- "@astrojs/solid-js": "^0.1.1",
+ "@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.1",
- "@astrojs/vue": "^0.1.2",
- "astro": "^1.0.0-beta.13"
+ "@astrojs/vue": "^0.1.3",
+ "astro": "^1.0.0-beta.14"
}
}