summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-01-27 11:40:08 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-27 11:40:08 -0500
commit10db1ca75e28a893e5148cfa09ef4ae5743dd567 (patch)
tree6b929842d79ffc0763fe5bba504df6991d7c6854 /examples/framework-react
parent88b377242d933ad6c9c2d8409a6eaca7b3abd42c (diff)
downloadastro-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.json2
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"
}
}