diff options
author | 2022-05-03 15:50:21 -0400 | |
---|---|---|
committer | 2022-05-03 15:50:21 -0400 | |
commit | 1de48ce4ebcede0e4824be65318b23053640b047 (patch) | |
tree | d38238591e288cd223c0de7c3bc8143cc1b77030 /examples/ssr | |
parent | 3854acdb7d025f0da2167c19d7a5ae0616918aac (diff) | |
download | astro-@astrojs/telemetry@0.1.1.tar.gz astro-@astrojs/telemetry@0.1.1.tar.zst astro-@astrojs/telemetry@0.1.1.zip |
[ci] release (#3277)astro@1.0.0-beta.22@astrojs/telemetry@0.1.1@astrojs/markdown-remark@0.9.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr')
-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 720148657..b2461d03b 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.1.1", "@astrojs/svelte": "^0.1.2", - "astro": "^1.0.0-beta.21", + "astro": "^1.0.0-beta.22", "concurrently": "^7.1.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", |