diff options
author | 2021-06-11 09:15:16 -0400 | |
---|---|---|
committer | 2021-06-11 09:15:16 -0400 | |
commit | 6eacdbae42d0426aee38d0ade05c90b473b62dd1 (patch) | |
tree | dc0f213978a1a59b0d1a108350e2a467f8fd63cb /examples/docs | |
parent | 86694cb8b8ef467bd86ae46e2cbc85ac66c853ca (diff) | |
download | astro-6eacdbae42d0426aee38d0ade05c90b473b62dd1.tar.gz astro-6eacdbae42d0426aee38d0ade05c90b473b62dd1.tar.zst astro-6eacdbae42d0426aee38d0ade05c90b473b62dd1.zip |
Version Packages (#381)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index cb587286d..e952c7079 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.12.9" + "astro": "^0.13.0" }, "snowpack": { "workspaceRoot": "../.." |