and run npx typesync, typesync doesn't update package.json. Also, npx typesync --dry=fail doesn't catch the version mismatch.
Expected behavior
npx typesync should update package.json to update the version of @types/react so that it matches the version of react. npx typesync --dry=fail should fail.
Actual behavior
When I have this package.json:
and run
npx typesync
, typesync doesn't update package.json. Also,npx typesync --dry=fail
doesn't catch the version mismatch.Expected behavior
npx typesync
should update package.json to update the version of@types/react
so that it matches the version ofreact
.npx typesync --dry=fail
should fail.