Currently, I am utilizing npm
for managing my React Native project, and I am faced with the challenge of excluding certain packages during the process of npm update
.
Specifically, I am aiming to maintain my React package at all times on
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="afddcaceccdbef9e99819c819e">[email protected]</a>
.
Nevertheless, with each execution of npm update
, it automatically updates to <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3e4c5b5f5d4a7e0f08100a100f">[email protected]</a>
.
Could anyone provide some suggestions on how I could accomplish this?