diff options
author | 2022-05-31 09:46:13 -0700 | |
---|---|---|
committer | 2022-05-31 11:46:13 -0500 | |
commit | c9d8b10a854739e4911cd058ccabbb60035a670e (patch) | |
tree | 23de7ecd05ced2998cd49aaf63b8747b2aa65bab /examples/integrations-playground | |
parent | e9a77d861907adccfa75811f9aaa555f186d78f8 (diff) | |
download | astro-c9d8b10a854739e4911cd058ccabbb60035a670e.tar.gz astro-c9d8b10a854739e4911cd058ccabbb60035a670e.tar.zst astro-c9d8b10a854739e4911cd058ccabbb60035a670e.zip |
[ci] update lockfile (#3448)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
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", |