siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
174 stars 62 forks source link

IX Ag grid( ag-grid-community) version upgradation #1345

Closed nitingondule-xdt closed 1 day ago

nitingondule-xdt commented 1 week ago

Prerequisites

Suggestion / feature request

Currently I am integrating the AG Grid (https://ix.siemens.io/docs/controls/grid) component with my application, I discovered that there is a dependency on an older version of the program (ag-grid-community).

I'm using the most recent versions of ag-grid-react and ag-grid-community, and I'm having some issues with the ix-aggrid version while using this.

Exception while installing packages: npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: frontend@1.0.0 npm error Found: ag-grid-community@31.3.2 npm error node_modules/ag-grid-community npm error ag-grid-community@"^31.2.0" from the root project npm error npm error Could not resolve dependency: npm error peer ag-grid-community@"^28 || ^29 || ^30" from @siemens/ix-aggrid@2.1.3 npm error node_modules/@siemens/ix-aggrid npm error @siemens/ix-aggrid@"^2.1.3" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution.

danielleroux commented 1 day ago

duplicated of #1131