diff options
author | 2022-11-14 10:31:31 -0800 | |
---|---|---|
committer | 2022-11-14 13:31:31 -0500 | |
commit | 993b58d5678f6c4aa6d766b1c2164b91935c9f10 (patch) | |
tree | da2130eeef018cd1a94e97d31faa0073f54a7113 /examples/framework-react | |
parent | e385076efe297f457343275e2e7002f71b35792b (diff) | |
download | astro-993b58d5678f6c4aa6d766b1c2164b91935c9f10.tar.gz astro-993b58d5678f6c4aa6d766b1c2164b91935c9f10.tar.zst astro-993b58d5678f6c4aa6d766b1c2164b91935c9f10.zip |
[ci] release (#5365)astro@1.6.8@astrojs/solid-js@1.2.3
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 938e97ab4..32ec19e92 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.7", + "astro": "^1.6.8", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.2.2", |