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
When I add it to .npm-upgrade.json to be ignored, even when I use "*" in "versions" npm-upgrade doesn't see it and proposes to install a newer version.
I have a project with Next.js and Preact and I have to map react to preact in
package.json
like:"react": "npm:@preact/[email protected]"
When I add it to
.npm-upgrade.json
to be ignored, even when I use"*"
in"versions"
npm-upgrade doesn't see it and proposes to install a newer version..npm-upgrade.json
I tried multiple combinations with provided
"versions"
and none of them work.The text was updated successfully, but these errors were encountered: