chore(deps): upgrade to latest #150
Annotations
3 errors
build:
_codux/mocks/order.ts#L7
Type '{ productName: { original: string; }; price: { amount: string; formattedAmount: string; }; totalPriceBeforeTax: { amount: string; formattedAmount: string; }; descriptionLines: ({ name: { original: string; }; lineType: orders.DescriptionLineType.COLOR; colorInfo: { ...; }; color: string; } | { ...; })[]; ... 4 more ....' is not assignable to type 'OrderLineItem & OrderLineItemNonNullableFields'.
|
build:
_codux/mocks/order.ts#L45
Type '{ productName: { original: string; }; price: { amount: string; formattedAmount: string; }; totalPriceBeforeTax: { amount: string; formattedAmount: string; }; descriptionLines: never[]; _id: string; image: string; locations: never[]; paymentOption: orders.PaymentOptionType.FULL_PAYMENT_OFFLINE; quantity: number; }' is not assignable to type 'OrderLineItem & OrderLineItemNonNullableFields'.
|
build
Process completed with exit code 2.
|