diff options
author | 2024-05-23 09:05:22 -0700 | |
---|---|---|
committer | 2024-05-23 12:05:22 -0400 | |
commit | 4c7949d1ae28f5597ec08cab788fe683197b0c3c (patch) | |
tree | e00a01bacb96c20ab5f1b02b586ea1233c57f7a9 /examples/view-transitions | |
parent | 4bb926908d9a7ee134701c3e5a1b5e6ea688f843 (diff) | |
download | astro-4ff962c87dc91a7e9f091c8208c5f73c1d536ecb.tar.gz astro-4ff962c87dc91a7e9f091c8208c5f73c1d536ecb.tar.zst astro-4ff962c87dc91a7e9f091c8208c5f73c1d536ecb.zip |
[ci] release (#11132)astro@4.9.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/view-transitions')
-rw-r--r-- | examples/view-transitions/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 367c7c6c8..cd73bbc95 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -12,6 +12,6 @@ "devDependencies": { "@astrojs/tailwind": "^5.1.0", "@astrojs/node": "^8.2.5", - "astro": "^4.9.0" + "astro": "^4.9.1" } } |