I want to immigrate version to get resolved issues that we are facing because of lower version. #6332
Replies: 2 comments
-
Closing as duplicate of #6326. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently in my package.json we have using below mentioned versions.
"@ui5/webcomponents": "^1.14.0",
"@ui5/webcomponents-base": "^1.14.0",
"@ui5/webcomponents-fiori": "^1.14.0",
"@ui5/webcomponents-icons": "^1.14.0",
"@ui5/webcomponents-react": "^1.16.3",
"@ui5/webcomponents-react-base": "^1.16.3",
and I want to upgrade the version "@ui5/webcomponents-react": "2.2.0", "@ui5/webcomponents-react-base": "2.2.0"", so i wanted to know while upgrading @ui5/webcomponents-react": "2.2.0" which version I should need to upgrade in other libraries and which other libraries also need to upgrade. and while migrating from 1.14.0 to 2.2.0 version which type of issue will be occurred and how should I have resolved them and which things I keep in mind while immigrating versions.
NOTE: It is urgent matter.
Beta Was this translation helpful? Give feedback.
All reactions