From e1805d9d9eebade080142fcb388c00aa2edeec9b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 23 Feb 2026 15:05:48 +0100 Subject: [PATCH] Add ignore-engines setting to .yarnrc and update package.json to include pg-query-stream dependency --- .yarnrc | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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" } }