From 7bb03cc4819dd291ebf122bd193471912ac0c2ba Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Sat, 1 Jun 2024 17:53:55 +0300 Subject: [PATCH] push @types/react-dom back --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4235d76e..8bfbeecc 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^5.11.6", "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "chalk": "^4.1.2", "dotenv-cli": "^4.0.0", "jest-diff": "^29.7.0", @@ -63,8 +64,8 @@ }, "peerDependencies": { "@testing-library/dom": "^10.0.0", - "@types/react-dom": "^18.0.0", "@types/react": "^18.0.0", + "@types/react-dom": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" },