diff options
author | 2021-09-09 10:41:31 -0700 | |
---|---|---|
committer | 2021-09-09 10:41:31 -0700 | |
commit | 1a88cfde7d2b3854e279c1bf3e12adf5d2155801 (patch) | |
tree | ac72580c3cfd5c3529625e057f42538373eb92e8 /www/package.json | |
parent | fa8e6790e68b3ab9b69ae921f6982249601eddb8 (diff) | |
download | astro-1a88cfde7d2b3854e279c1bf3e12adf5d2155801.tar.gz astro-1a88cfde7d2b3854e279c1bf3e12adf5d2155801.tar.zst astro-1a88cfde7d2b3854e279c1bf3e12adf5d2155801.zip |
Version Packages (#1303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/package.json b/www/package.json index 318c34f14..e094532ec 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.4" + "astro": "^0.20.5" } } |