diff options
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index b5824c7d9..11ecd7eef 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -10,12 +10,12 @@ }, "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", |