diff --git a/.yarnrc b/.yarnrc index 4c34e7a2..72dc8ba8 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1 +1,2 @@ -save-exact true \ No newline at end of file +save-exact true +ignore-engines true \ No newline at end of file diff --git a/package.json b/package.json index 10eee352..0704b45b 100644 --- a/package.json +++ b/package.json @@ -119,6 +119,7 @@ "@types/react-dom": "18.3.0", "prosemirror-model": "1.x", "react": "18.2.0", - "react-dom": "18.2.0" + "react-dom": "18.2.0", + "pg-query-stream/pg": "8.x" } }