From 0942fa877c318f456a39bae12a6f84bc2440430e Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 13 Mar 2024 16:14:55 +0100 Subject: [PATCH] Fixes #37255 - pin victory-pie ~36.8.6 --- package-exclude.json | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package-exclude.json b/package-exclude.json index 1896ad44761..3b9dabad042 100644 --- a/package-exclude.json +++ b/package-exclude.json @@ -29,7 +29,8 @@ "webpack-bundle-analyzer", "tabbable", "@adobe/css-tools", - "victory-core" + "victory-core", + "victory-pie" ], "EXCLUDE_NPM_PREFIXES": [ "@babel/eslint-", diff --git a/package.json b/package.json index 05b90f7f458..1af45da30e7 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "stylelint-config-standard": "^18.0.0", "tabbable": "~5.2.0", "victory-core": "~36.8.6", + "victory-pie": "~36.8.6", "webpack": "^5.75.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-cli": "^5.0.1",