diff options
author | 2022-07-06 18:00:18 -0700 | |
---|---|---|
committer | 2022-07-06 21:00:18 -0400 | |
commit | 568960f17588651974bcba117b1ba45c27b5c760 (patch) | |
tree | b6b0f369fc63bd246b003ba4fb803e7244618dbd /examples/framework-svelte | |
parent | 67f91fe2fde2fbfd99d513544e2eb528fc774cd7 (diff) | |
download | astro-568960f17588651974bcba117b1ba45c27b5c760.tar.gz astro-568960f17588651974bcba117b1ba45c27b5c760.tar.zst astro-568960f17588651974bcba117b1ba45c27b5c760.zip |
[ci] release (#3818)astro@1.0.0-beta.64@astrojs/telemetry@0.2.4@astrojs/node@0.1.4
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 7addd69e5..dbd406652 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.2.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "svelte": "^3.48.0" |