diff options
author | 2021-07-12 11:19:29 -0400 | |
---|---|---|
committer | 2021-07-12 11:19:29 -0400 | |
commit | 23dcc649fe5104ba5a39aadd41cec6ec772b7fce (patch) | |
tree | ab48d9ccae81862c46a10ebbbb2b1042c605909a /examples/framework-vue | |
parent | 1b73f95806884b43db27f997c1b8ee520633d7e3 (diff) | |
download | astro-23dcc649fe5104ba5a39aadd41cec6ec772b7fce.tar.gz astro-23dcc649fe5104ba5a39aadd41cec6ec772b7fce.tar.zst astro-23dcc649fe5104ba5a39aadd41cec6ec772b7fce.zip |
Version Packages (#646)
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 53498d28a..9bdacbc8b 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.17.1" + "astro": "^0.17.2" }, "snowpack": { "workspaceRoot": "../.." |