diff options
author | 2022-06-22 15:11:48 +0200 | |
---|---|---|
committer | 2022-06-22 09:11:48 -0400 | |
commit | ba5ad7855c4252e10e76b41b88fd4c74b4b7295b (patch) | |
tree | b141152ef6e138dc9692aedefa08018cbaf29fea /.changeset/tricky-items-reply.md | |
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 '')
-rw-r--r-- | .changeset/tricky-items-reply.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.changeset/tricky-items-reply.md b/.changeset/tricky-items-reply.md new file mode 100644 index 000000000..32ce4d9c3 --- /dev/null +++ b/.changeset/tricky-items-reply.md @@ -0,0 +1,8 @@ +--- +'@example/docs': patch +'astro': patch +'@astrojs/deno': patch +'@astrojs/netlify': patch +--- + +Fix react dependencies to improve test reliability |