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 814beecf8..0ce98f14c 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.0.2-next.0", - "@astrojs/partytown": "^0.0.2-next.0", - "@astrojs/react": "^0.0.2-next.0", - "@astrojs/sitemap": "^0.0.2-next.0", - "@astrojs/tailwind": "^0.0.2-next.0", - "@astrojs/turbolinks": "^0.0.2-next.0", - "astro": "^0.25.0-next.3" + "@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/turbolinks": "^0.0.2", + "astro": "^0.25.0" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |