diff options
author | 2021-07-26 11:19:41 -0400 | |
---|---|---|
committer | 2021-07-26 11:19:41 -0400 | |
commit | 31c24778aac41e7909db10eebf5814ebaf1421e1 (patch) | |
tree | b29a77a292d07bb01347156dce5382992734d291 /examples/framework-svelte | |
parent | 1f7914485c2c125b541653ecc9ff228dc4757ef6 (diff) | |
download | astro-31c24778aac41e7909db10eebf5814ebaf1421e1.tar.gz astro-31c24778aac41e7909db10eebf5814ebaf1421e1.tar.zst astro-31c24778aac41e7909db10eebf5814ebaf1421e1.zip |
Version Packages (next) (#859)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 97d87e752..1e884445f 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.0-next.5" + "astro": "^0.18.0-next.6" }, "snowpack": { "workspaceRoot": "../.." |