aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2022-10-11 17:05:35 +0100
committerAndré Schmid <andre.schmid@est.tech>2022-10-11 17:41:14 +0000
commit437f3d965cf79d98678665f6695256f8294c0794 (patch)
tree230deb81558946e7f6e12bad9eedeba71b62d6aa /openecomp-ui
parent1118d15dad97ee855e504e036e292f2395171d4d (diff)
Fix onboard-ui react-show-more-text build error
The newer version 1.6.2 of the dependency react-show-more-text is making the onboard-ui build to fail. The caret operator in the package.json was allowing minor changes of the lib to be applied. Fixing the version to the 1.6.1 which still works. Change-Id: I5776919d27b9324fc305ff9ca2b7871554cd0f8f Issue-ID: SDC-4213 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui')
-rw-r--r--openecomp-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json
index 4a3226a852..ee86b75be3 100644
--- a/openecomp-ui/package.json
+++ b/openecomp-ui/package.json
@@ -44,7 +44,7 @@
"react-input-autosize": "^2.2.1",
"react-redux": "^5.0.7",
"react-select": "1.2.1",
- "react-show-more-text": "^1.0.3",
+ "react-show-more-text": "1.6.1",
"react-sortable": "^1.2.1",
"react-transition-group": "^2.4.0",
"redux": "^3.7.2",