diff options
author | 2021-07-22 21:43:31 -0700 | |
---|---|---|
committer | 2021-07-22 21:43:31 -0700 | |
commit | 353bc89f65290a7f2a5fcdee79e665c566b26e07 (patch) | |
tree | a8b41e58eb0d7dd51d9cf23b2f91d39da254dfea /docs | |
parent | 3b51f4b5e21a1ae1a49826664a525d6b3ee49aea (diff) | |
download | astro-353bc89f65290a7f2a5fcdee79e665c566b26e07.tar.gz astro-353bc89f65290a7f2a5fcdee79e665c566b26e07.tar.zst astro-353bc89f65290a7f2a5fcdee79e665c566b26e07.zip |
fix next framework example versions
Diffstat (limited to '')
-rw-r--r-- | docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json index 22b77004f..f8f30ce39 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@snowpack/plugin-dotenv": "^2.1.0", - "astro": "^0.18.0-next.1", + "astro": "^0.18.0-next.4", "broken-link-checker": "^0.7.8", "npm-run-all": "^4.1.5", "prettier": "^2.3.2", |