diff options
author | 2021-08-17 22:34:47 -0700 | |
---|---|---|
committer | 2021-08-17 22:34:47 -0700 | |
commit | 66a6c5b06f32f913aea35140aa19325383df9498 (patch) | |
tree | 11795d801d2ea0a8bf65b7f83ae1f120767aa482 /docs/package.json | |
parent | 1aa2f92bbc65d65a2d7961926d34333cdcdf6afe (diff) | |
download | astro-66a6c5b06f32f913aea35140aa19325383df9498.tar.gz astro-66a6c5b06f32f913aea35140aa19325383df9498.tar.zst astro-66a6c5b06f32f913aea35140aa19325383df9498.zip |
Version Packages (next) (#1129)astro@0.19.0-next.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/package.json')
-rw-r--r-- | docs/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/package.json b/docs/package.json index 9c372f085..b91ca1042 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.0.4", + "version": "0.0.5-next.0", "private": true, "scripts": { "start": "astro dev", @@ -15,7 +15,7 @@ }, "devDependencies": { "@snowpack/plugin-dotenv": "^2.1.0", - "astro": "^0.19.0-next.0", + "astro": "^0.19.0-next.3", "broken-link-checker": "^0.7.8", "npm-run-all": "^4.1.5", "pa11y-ci": "^2.4.2", |