diff options
author | 2022-01-07 16:43:19 -0500 | |
---|---|---|
committer | 2022-01-07 16:43:19 -0500 | |
commit | 5ba2650be1b8e466641336981a0d3f466513f39a (patch) | |
tree | 46a231aff06a4a41e406a93fbb01ad321d93d275 /examples/framework-react | |
parent | 76195ba40401dc797a9b67cf4a81136849cca2ea (diff) | |
download | astro-5ba2650be1b8e466641336981a0d3f466513f39a.tar.gz astro-5ba2650be1b8e466641336981a0d3f466513f39a.tar.zst astro-5ba2650be1b8e466641336981a0d3f466513f39a.zip |
[ci] release (#2339)astro@0.22.9
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 e74be1751..f81496d6d 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.8" + "astro": "^0.22.9" } } |