diff options
author | 2021-06-25 09:51:28 -0400 | |
---|---|---|
committer | 2021-06-25 09:51:28 -0400 | |
commit | 91e11aee2a57b6613fc824168950d7e3c7b0e144 (patch) | |
tree | 4b44dc4076c4ceb8e65b01cc8cee898756bc1cf4 /examples/docs | |
parent | 21dc28cb8e19a05a66beb461010cc6982e85ea10 (diff) | |
download | astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.tar.gz astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.tar.zst astro-91e11aee2a57b6613fc824168950d7e3c7b0e144.zip |
Version Packages (#543)
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 e795246d5..34ade97ce 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." |