diff options
author | 2022-06-22 15:11:48 +0200 | |
---|---|---|
committer | 2022-06-22 09:11:48 -0400 | |
commit | ba5ad7855c4252e10e76b41b88fd4c74b4b7295b (patch) | |
tree | b141152ef6e138dc9692aedefa08018cbaf29fea /examples | |
parent | ef6282d5d99a428f7084f7174c9290cb5ad0fa31 (diff) | |
download | astro-ba5ad7855c4252e10e76b41b88fd4c74b4b7295b.tar.gz astro-ba5ad7855c4252e10e76b41b88fd4c74b4b7295b.tar.zst astro-ba5ad7855c4252e10e76b41b88fd4c74b4b7295b.zip |
Fix react dependencies to improve test reliability (#3673)
* Fix local react tests by unifying versions
* Add missing dependencies to react tests
* Add changeset
* Fix lockfile
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/docs/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index bebdab618..b3cadcb98 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -14,8 +14,8 @@ "@docsearch/react": "^3.1.0", "@types/react": "^17.0.45", "preact": "^10.7.3", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "react": "^18.1.0", + "react-dom": "^18.1.0" }, "devDependencies": { "@astrojs/preact": "^0.1.3", |