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 b239959f6..4c1400776 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -17,11 +17,11 @@ "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", "astro": "^1.0.0-beta.37", - "solid-js": "^1.4.2" + "solid-js": "^1.4.3" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", - "lit": "^2.2.4", + "lit": "^2.2.5", "preact": "^10.7.2", "react": "^18.1.0", "react-dom": "^18.1.0", |