From e153eab2d118ecd6ccf186d3dbe86b182d1156b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Fri, 14 Oct 2022 10:44:59 +0100 Subject: [PATCH] fix: sandbox codemirror/state 6.1.2 (#2195) --- frontend/package.json | 3 +++ frontend/yarn.lock | 7 +------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index de67b9794e1..79037f80961 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -96,6 +96,9 @@ "vitest": "0.22.1", "whatwg-fetch": "3.6.2" }, + "resolutions": { + "@codemirror/state": "6.1.2" + }, "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/src/__mocks__/fileMock.js", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index f4e8af72fd7..5676491812b 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1514,12 +1514,7 @@ "@codemirror/view" "^6.0.0" crelt "^1.0.5" -"@codemirror/state@^6.0.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.1.0.tgz#c0f1d80f61908c9dcf5e2a3fe931e9dd78f3df8a" - integrity sha512-qbUr94DZTe6/V1VS7LDLz11rM/1t/nJxR1El4I6UaxDEdc0aZZvq6JCLJWiRmUf95NRAnDH6fhXn+PWp9wGCIg== - -"@codemirror/state@^6.1.1": +"@codemirror/state@6.1.2", "@codemirror/state@^6.0.0", "@codemirror/state@^6.1.1": version "6.1.2" resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.1.2.tgz#182d46eabcc17c95508984d6add5a5a641dcd517" integrity sha512-Mxff85Hp5va+zuj+H748KbubXjrinX/k28lj43H14T2D0+4kuvEFIEIO7hCEcvBT8ubZyIelt9yGOjj2MWOEQA==