diff options
author | 2022-05-31 09:46:13 -0700 | |
---|---|---|
committer | 2022-05-31 11:46:13 -0500 | |
commit | c9d8b10a854739e4911cd058ccabbb60035a670e (patch) | |
tree | 23de7ecd05ced2998cd49aaf63b8747b2aa65bab /examples | |
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')
-rw-r--r-- | examples/framework-lit/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 4 | ||||
-rw-r--r-- | examples/framework-solid/package.json | 2 | ||||
-rw-r--r-- | examples/integrations-playground/package.json | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index b392dc502..0fd9115fe 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -14,6 +14,6 @@ }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", - "lit": "^2.2.4" + "lit": "^2.2.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c20b1a839..d182c1ef7 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -19,11 +19,11 @@ }, "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", - "solid-js": "^1.4.2", + "solid-js": "^1.4.3", "svelte": "^3.48.0", "vue": "^3.2.36" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 1cf5ac4a1..aff46fd96 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -13,6 +13,6 @@ "astro": "^1.0.0-beta.37" }, "dependencies": { - "solid-js": "^1.4.2" + "solid-js": "^1.4.3" } } 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", |