I've a microsoft dynamics commerce project (react+ts). Project was working fine earlier. I've just clone the project from git and it gives me error to upload node version to 18. I updated the node version and also updated all the packages by using following commands
yarn msdyn365 update-versions module-library
yarn msdyn365 update-versions retail-proxy
yarn msdyn365 update-versions sdk**
ERROR in node_modules/@msdyn365-commerce-modules/checkout/src/modules/checkout/components/get-line-items.tsx:392:77
TS7006: Parameter 'item' implicitly has an 'any' type.
TS7006: Parameter 'item' implicitly has an 'any' type.
TS2345: Argument of type 'unknown' is not assignable to parameter of type 'CartLine[]'.
TS7006: Parameter 'item' implicitly has an 'any' type.
TS7006: Parameter 'item' implicitly has an 'any' type.
TS7006: Parameter 'item' implicitly has an 'any' type.
TS7006: Parameter 'item' implicitly has an 'any' type.
TS2571: Object is of type 'unknown'.
THIS IS THE ISSUE, I'M UNABLE TO CREATE THE PACKAGE OF MY PROJECT BY USING THIS COMMAND **yarn msdyn365 pack**