diff options
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index c56e2e3b9..f7a7485e8 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -19,12 +19,12 @@ }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", - "lit": "^2.2.1", - "preact": "^10.7.0", + "lit": "^2.2.2", + "preact": "^10.7.1", "react": "^18.0.0", "react-dom": "^18.0.0", - "solid-js": "^1.3.13", - "svelte": "^3.46.6", + "solid-js": "^1.3.14", + "svelte": "^3.47.0", "vue": "^3.2.31" } } |