The epd-visualization lib still uses the old @sapui5/ts-types-esm package in its peer dependencies.
"@sapui5/ts-types-esm": "1.120.1"
The npm page of this package says that it's deprecated and it is recommended to use the @sapui5/types package instead (npm page).
Probably also best to bump the version or use a caret in the version to get the latest version of this package (1.148.1 at time of writing).
The epd-visualization lib still uses the old @sapui5/ts-types-esm package in its peer dependencies.
"@sapui5/ts-types-esm": "1.120.1"The npm page of this package says that it's deprecated and it is recommended to use the
@sapui5/typespackage instead (npm page).Probably also best to bump the version or use a caret in the version to get the latest version of this package (1.148.1 at time of writing).