diff options
author | 2022-06-28 06:33:13 -0700 | |
---|---|---|
committer | 2022-06-28 08:33:13 -0500 | |
commit | 768c8ed21db9114fa99d6d8d87e8f7ad4350f855 (patch) | |
tree | 07de6b4aca6d45cd9f53ba8ec2b0c4535d062178 /examples/integrations-playground | |
parent | 6360f474fb8cecaf4fe27e9184058b57da1df72a (diff) | |
download | astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.tar.gz astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.tar.zst astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.zip |
[ci] update lockfile (#3740)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 4a5a8b9fa..8d4c3f04b 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -26,6 +26,6 @@ "react": "^18.1.0", "react-dom": "^18.1.0", "svelte": "^3.48.0", - "vue": "^3.2.36" + "vue": "^3.2.37" } } |