From 1694363b09f8fbef85012ef0d9ec6ad9847903f0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 19 Aug 2022 14:09:45 +0200 Subject: [PATCH] root: remove unused resolutions override Signed-off-by: Patrik Oldsberg --- package.json | 1 - yarn.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index cfcfe00b1d..3fcb63aa86 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ ] }, "resolutions": { - "**/@graphql-codegen/cli/**/ws": "^8.0.0", "@types/react": "^17", "@types/react-dom": "^17" }, diff --git a/yarn.lock b/yarn.lock index f1c74e58e7..9c3966d3f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26563,7 +26563,7 @@ write-pkg@^4.0.0: type-fest "^0.4.1" write-json-file "^3.2.0" -ws@8.8.1, ws@^8.0.0, ws@^8.3.0: +ws@8.8.1, ws@^8.3.0: version "8.8.1" resolved "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0" integrity sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==