summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar hippotastic <6137925+hippotastic@users.noreply.github.com> 2022-06-22 15:11:48 +0200
committerGravatar GitHub <noreply@github.com> 2022-06-22 09:11:48 -0400
commitba5ad7855c4252e10e76b41b88fd4c74b4b7295b (patch)
treeb141152ef6e138dc9692aedefa08018cbaf29fea /examples
parentef6282d5d99a428f7084f7174c9290cb5ad0fa31 (diff)
downloadastro-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.json4
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",