diff options
author | 2022-08-25 09:00:17 -0700 | |
---|---|---|
committer | 2022-08-25 12:00:17 -0400 | |
commit | 0b66ff39b8647d1e0b40f56125581d1f0d56a8f5 (patch) | |
tree | fa795a56e943773ee71ca339a6ee0e60e1c69ad8 /examples/ssr/package.json | |
parent | 47e71ae8f8735149facb34ce63d4d582f0dfd32e (diff) | |
download | astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.tar.gz astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.tar.zst astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.zip |
[ci] release (#4453)astro@1.0.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 5168906bb..d1cf61f99 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@astrojs/node": "^1.0.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.8", + "astro": "^1.0.9", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", |