You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, dep-check will enforce capabilities with devOnly key in devDependencies section only. It would be good to have a similar feature for meta-capabilities as well so that all the capabilities part of that meta-capability would be enforced under devDependencies only.
currently with the above profile, when meta/common is used in package.json->rnx-kit->capabilities field, then ts-node will be in devDependencies and react-redux will be in devDependencies + peerDependencies section.
Ask is for, with the above profile, both ts-node and react-redux will be added under the devDependencies section only.
Thanks!
The text was updated successfully, but these errors were encountered:
Currently, dep-check will enforce capabilities with
devOnly
key indevDependencies
section only. It would be good to have a similar feature for meta-capabilities as well so that all the capabilities part of that meta-capability would be enforced underdevDependencies
only.Eg:
currently with the above profile, when
meta/common
is used in package.json->rnx-kit->capabilities field, thents-node
will be indevDependencies
andreact-redux
will be indevDependencies
+peerDependencies
section.Ask is for, with the above profile, both
ts-node
andreact-redux
will be added under thedevDependencies
section only.Thanks!
The text was updated successfully, but these errors were encountered: