diff options
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 848bd2c4c..11ecd7eef 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -10,21 +10,21 @@ }, "devDependencies": { "@astrojs/lit": "^0.0.2", - "@astrojs/partytown": "^0.0.2", - "@astrojs/react": "^0.0.2", - "@astrojs/sitemap": "^0.0.2", - "@astrojs/tailwind": "^0.0.2", + "@astrojs/partytown": "^0.1.0", + "@astrojs/react": "^0.1.0", + "@astrojs/sitemap": "^0.1.0", + "@astrojs/tailwind": "^0.1.0", "@astrojs/turbolinks": "^0.0.2", - "astro": "^0.25.4" + "astro": "^0.26.0" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", "lit": "^2.2.1", - "preact": "^10.6.6", + "preact": "^10.7.0", "react": "^18.0.0", "react-dom": "^18.0.0", "solid-js": "^1.3.13", - "svelte": "^3.46.4", + "svelte": "^3.46.6", "vue": "^3.2.31" } } |