JedWatson / react-input-autosize

Auto-resizing input field for React
https://jedwatson.github.io/react-input-autosize
MIT License
769 stars 178 forks source link

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

Open ChALkeR opened 3 years ago

ChALkeR commented 3 years ago

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 react@15.6.2 does not satisfy react@^17.0.1
npm ERR! Invalid: lock file's react-dom@15.6.2 does not satisfy react-dom@^17.0.1
npm ERR!

Running npm install produces a large diff.

landsman commented 2 years ago

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