diff options
author | 2022-01-04 09:46:45 -0500 | |
---|---|---|
committer | 2022-01-04 09:46:45 -0500 | |
commit | 69f4ff5473fb1c3f5a1562e9fad71e2ba609edea (patch) | |
tree | b964eee468a1b68a7db70ad2825090f2fa6c4c37 /examples/framework-react | |
parent | 670bebe9ae7ef10386920a7503e7f17db3a815eb (diff) | |
download | astro-69f4ff5473fb1c3f5a1562e9fad71e2ba609edea.tar.gz astro-69f4ff5473fb1c3f5a1562e9fad71e2ba609edea.tar.zst astro-69f4ff5473fb1c3f5a1562e9fad71e2ba609edea.zip |
[ci] release (#2303)astro@0.22.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index cd69b9d4d..24a26aa3f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.3" + "astro": "^0.22.4" } } |