react-input-autosize icon indicating copy to clipboard operation
react-input-autosize copied to clipboard

package-lock.json in repo is not in sync with package.json

Open ChALkeR opened this issue 4 years ago • 1 comments

package-lock.json is out of date:

$ npm ci
npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm ERR! 
npm ERR! 
npm ERR! Invalid: lock file's [email protected] does not satisfy react@^17.0.1
npm ERR! Invalid: lock file's [email protected] does not satisfy react-dom@^17.0.1
npm ERR!

Running npm install produces a large diff.

ChALkeR avatar Jan 21 '21 08:01 ChALkeR

upgraded: https://github.com/JedWatson/react-input-autosize/pull/184

landsman avatar Dec 03 '21 15:12 landsman