react/scripts/release/publish-commands
Andrew Clark ec78b135fb
Don't override use-sync-external-store peerDeps (#22882)
Usually the build script updates transitive React dependencies so that
they refer to the corresponding release version.

For use-sync-external-store, though, we also want to support older
versions of React, too. So the normal behavior of the build script
isn't sufficient.

For now, to unblock, I hardcoded a special case, but we should consider
a better way to handle this in the future.
2021-12-07 23:26:12 -08:00
..
check-npm-permissions.js Publish a local release (canary or stable) to NPM (#14260) 2018-11-23 12:37:18 -08:00
confirm-skipped-packages.js Revert "Support untagged releases (#19507)" (#19508) 2020-07-31 19:57:32 +01:00
confirm-version-and-tags.js Add --ci option to publish script (#20727) 2021-02-03 12:17:40 -08:00
parse-params.js Don't override use-sync-external-store peerDeps (#22882) 2021-12-07 23:26:12 -08:00
print-follow-up-instructions.js Some release script fixes (#20718) 2021-02-02 14:48:02 -08:00
prompt-for-otp.js Publish a local release (canary or stable) to NPM (#14260) 2018-11-23 12:37:18 -08:00
publish-to-npm.js Add --ci option to publish script (#20727) 2021-02-03 12:17:40 -08:00
update-stable-version-numbers.js Revert "Support untagged releases (#19507)" (#19508) 2020-07-31 19:57:32 +01:00
validate-skip-packages.js Fix various typos (#17724) 2019-12-29 13:47:51 -08:00
validate-tags.js Fix tag validation 2021-06-08 11:53:43 -04:00