From a5e4a981c4015cc168c5d0677ce3f2fd455486aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20de=20Alba?= Date: Thu, 13 Apr 2023 14:44:58 +0200 Subject: [PATCH] Force the resolution of the `react-error-overlay` package to `6.0.9` (#4687) --- .../generator-volto/generators/app/templates/package.json.tpl | 3 +++ packages/generator-volto/news/4687.bugfix | 1 + 2 files changed, 4 insertions(+) create mode 100644 packages/generator-volto/news/4687.bugfix diff --git a/packages/generator-volto/generators/app/templates/package.json.tpl b/packages/generator-volto/generators/app/templates/package.json.tpl index b4a4abbcd1..7c7b0e108a 100644 --- a/packages/generator-volto/generators/app/templates/package.json.tpl +++ b/packages/generator-volto/generators/app/templates/package.json.tpl @@ -154,5 +154,8 @@ "stylelint-config-prettier": "8.0.1", "stylelint-prettier": "1.1.2" }, + "resolutions": { + "react-error-overlay": "6.0.9" + }, "packageManager": "yarn@3.2.3" } diff --git a/packages/generator-volto/news/4687.bugfix b/packages/generator-volto/news/4687.bugfix new file mode 100644 index 0000000000..239d969597 --- /dev/null +++ b/packages/generator-volto/news/4687.bugfix @@ -0,0 +1 @@ +Force the resolution of the `react-error-overlay` package to `6.0.9` @sneridagh