From cc3da3837be4fcb49d0d9c196fbc28ef84c19c2d Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Thu, 13 Apr 2023 10:57:34 +0200 Subject: [PATCH 1/2] Force the resolution of the `react-error-overlay` package to `6.0.9` --- .../generator-volto/generators/app/templates/package.json.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/generator-volto/generators/app/templates/package.json.tpl b/packages/generator-volto/generators/app/templates/package.json.tpl index 8292f576f9..648853b627 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" } From c313aa0c837c0e7cc2f406a9c04041b70f3d094f Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Thu, 13 Apr 2023 11:03:04 +0200 Subject: [PATCH 2/2] Changelog --- packages/generator-volto/news/4687.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/generator-volto/news/4687.bugfix 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