diff options
author | 2022-01-24 09:39:26 -0500 | |
---|---|---|
committer | 2022-01-24 09:39:26 -0500 | |
commit | 3059cc8e39216fa2747758aa19753294c6630829 (patch) | |
tree | 57d764d92da908a0a16b435fd8512beff361ac05 /examples/framework-react | |
parent | 2a223fae0ef6b3164ce2b27df6bc1af9fd47e545 (diff) | |
download | astro-3059cc8e39216fa2747758aa19753294c6630829.tar.gz astro-3059cc8e39216fa2747758aa19753294c6630829.tar.zst astro-3059cc8e39216fa2747758aa19753294c6630829.zip |
[ci] release (#2437)astro@0.22.18@astrojs/test-static-build-pkg@0.0.1
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 6aa203df0..8901dac00 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.17" + "astro": "^0.22.18" } } |