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
I have a project with @koa/cors@^3.3.0 installed as a dependency. Changing it to devDependencies updates it to the latest version @koa/cors@^3.4.3 respecting range.
Expected behaviour
Changing a dependency type should not update its version.
The text was updated successfully, but these errors were encountered:
Current behaviour
I have a project with
@koa/cors@^3.3.0
installed as a dependency. Changing it todevDependencies
updates it to the latest version@koa/cors@^3.4.3
respecting range.Expected behaviour
Changing a dependency type should not update its version.
The text was updated successfully, but these errors were encountered: