diff options
author | 2022-05-19 08:22:27 -0700 | |
---|---|---|
committer | 2022-05-19 10:22:27 -0500 | |
commit | a7480452b1059e17e0ea93c97ff641111bdbc5fc (patch) | |
tree | 96614dc75a330ae152af02dec515a87468fabce7 /examples/integrations-playground | |
parent | e118b8a91d0a56799d90bfb712e8c3aaaa7f49fe (diff) | |
download | astro-a7480452b1059e17e0ea93c97ff641111bdbc5fc.tar.gz astro-a7480452b1059e17e0ea93c97ff641111bdbc5fc.tar.zst astro-a7480452b1059e17e0ea93c97ff641111bdbc5fc.zip |
[ci] update lockfile (#3404)
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 2d0f9bbc6..71f2b0d6c 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -17,7 +17,7 @@ "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", "astro": "^1.0.0-beta.30", - "solid-js": "^1.4.1" + "solid-js": "^1.4.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", @@ -26,6 +26,6 @@ "react": "^18.1.0", "react-dom": "^18.1.0", "svelte": "^3.48.0", - "vue": "^3.2.33" + "vue": "^3.2.34" } } |