diff options
author | 2022-01-27 11:40:08 -0500 | |
---|---|---|
committer | 2022-01-27 11:40:08 -0500 | |
commit | 10db1ca75e28a893e5148cfa09ef4ae5743dd567 (patch) | |
tree | 6b929842d79ffc0763fe5bba504df6991d7c6854 /examples/framework-react | |
parent | 88b377242d933ad6c9c2d8409a6eaca7b3abd42c (diff) | |
download | astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.tar.gz astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.tar.zst astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.zip |
[ci] release (#2454)astro@0.22.19
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 8901dac00..4bbd14094 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.18" + "astro": "^0.22.19" } } |