diff options
author | 2022-01-20 19:23:30 -0500 | |
---|---|---|
committer | 2022-01-20 19:23:30 -0500 | |
commit | 4c802e25a08d53365899808d84bab17b36502bba (patch) | |
tree | 544a3b05dcca4b571fc7d741e0da0e475890842e /examples/framework-react | |
parent | f5adc023b2081cf23bfc2d2b963722fde3110730 (diff) | |
download | astro-4c802e25a08d53365899808d84bab17b36502bba.tar.gz astro-4c802e25a08d53365899808d84bab17b36502bba.tar.zst astro-4c802e25a08d53365899808d84bab17b36502bba.zip |
[ci] release (#2433)create-astro@0.7.1astro@0.22.17
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 85941a176..6aa203df0 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.16" + "astro": "^0.22.17" } } |