diff options
author | 2022-01-05 16:56:34 -0800 | |
---|---|---|
committer | 2022-01-05 16:56:34 -0800 | |
commit | f80800857e2710a8867efdc2cafa43630642aae6 (patch) | |
tree | d627597bce1c3e6f316cc3cda8a3466cecbb2db0 /examples/framework-react | |
parent | 77ef43e66cf701de848a2998af646ee7762497d8 (diff) | |
download | astro-f80800857e2710a8867efdc2cafa43630642aae6.tar.gz astro-f80800857e2710a8867efdc2cafa43630642aae6.tar.zst astro-f80800857e2710a8867efdc2cafa43630642aae6.zip |
[ci] release (#2320)
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 207613803..551d23110 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.6" + "astro": "^0.22.7" } } |