diff options
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index af39d140e..6a51daa29 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -17,15 +17,15 @@ "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.2", "astro": "^1.0.0-beta.27", - "solid-js": "^1.3.6" + "solid-js": "^1.3.17" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", - "lit": "^2.2.2", - "preact": "^10.7.1", - "react": "^18.0.0", - "react-dom": "^18.0.0", - "svelte": "^3.47.0", + "lit": "^2.2.3", + "preact": "^10.7.2", + "react": "^18.1.0", + "react-dom": "^18.1.0", + "svelte": "^3.48.0", "vue": "^3.2.33" } } |