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-04 11:28:19 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-04 11:28:19 -0500
commitd11c7b8c5c71861cc841445d9b214b3071dccc47 (patch)
tree8add9689e3b6d69d1f0eba8d5b6645b0d135b7f7 /examples/framework-react
parent193ca60f40c8875b1d655dcd0682560cc2e2487e (diff)
downloadastro-d11c7b8c5c71861cc841445d9b214b3071dccc47.tar.gz
astro-d11c7b8c5c71861cc841445d9b214b3071dccc47.tar.zst
astro-d11c7b8c5c71861cc841445d9b214b3071dccc47.zip
[ci] release (#2304)
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 24a26aa3f..fcb6066b4 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.4"
+ "astro": "^0.22.5"
}
}