diff --git a/package.json b/package.json index 77583a9d..2dc1ea50 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,11 @@ "@tiptap/html": "2.3.2", "@tiptap/starter-kit": "2.3.2", "@tiptap/suggestion": "2.3.2" + }, + "resolutions": { + "react": "18.2.0", + "react-dom": "18.2.0", + "@types/react": "18.3.5", + "@types/react-dom": "18.3.0" } }