From 48129cf82642e071089c0f18dd42880dd1dd7858 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 8 Apr 2022 11:19:56 +0200 Subject: [PATCH] reformat Signed-off-by: Johan Haals --- .changeset/little-moles-pull.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/little-moles-pull.md b/.changeset/little-moles-pull.md index 592fc13ab6..f52bc24bb2 100644 --- a/.changeset/little-moles-pull.md +++ b/.changeset/little-moles-pull.md @@ -6,7 +6,7 @@ Add type resolutions for `@types/react` and `types/react-dom`. The reason for this is the usage of `"@types/react": "*"` as a dependency which is very common practice in react packages. This recently resolves to react 18 which introduces several breaking changes in both internal and external packages. -To apply these changes to your existing installation. Add a resolutions block to your `package.json` +To apply these changes to your existing installation, add a resolutions block to your `package.json` ```json "resolutions": {