diff options
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 2d0f9bbc6..71f2b0d6c 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -17,7 +17,7 @@ "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", "astro": "^1.0.0-beta.30", - "solid-js": "^1.4.1" + "solid-js": "^1.4.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", @@ -26,6 +26,6 @@ "react": "^18.1.0", "react-dom": "^18.1.0", "svelte": "^3.48.0", - "vue": "^3.2.33" + "vue": "^3.2.34" } } |