diff options
author | 2021-08-03 17:03:28 -0400 | |
---|---|---|
committer | 2021-08-03 17:03:28 -0400 | |
commit | ba70f5c937bbf92be549f0c7be248f28dc569a50 (patch) | |
tree | 0bb009dccfd9a1f7adb2e06bb397925a0df2194e /examples/framework-vue | |
parent | b1959f0fed34ddc4c109c75ce32541b74efff13d (diff) | |
download | astro-ba70f5c937bbf92be549f0c7be248f28dc569a50.tar.gz astro-ba70f5c937bbf92be549f0c7be248f28dc569a50.tar.zst astro-ba70f5c937bbf92be549f0c7be248f28dc569a50.zip |
Version Packages (#1002)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r-- | examples/framework-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index bf38d7182..3f71fffcc 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.7" + "astro": "^0.18.8" }, "snowpack": { "workspaceRoot": "../.." |