amplify-backend icon indicating copy to clipboard operation
amplify-backend copied to clipboard

make `execa` version consistent

Open 0618 opened this issue 1 year ago • 0 comments

Environment information

n/a

Description

We had to introduce execa v5 to packages/plugin-types/src/package_manager_controller.ts, because it's the latest execa version that supports commonjs.

ref: https://github.com/sindresorhus/execa/issues/489#issuecomment-1109983390

This change makes the execa version in our repo inconsistent.

Once execa's latest version supports commonjs, we need to make its version consistent.

0618 avatar Jan 31 '24 04:01 0618