Skip to content

chore(deps): remove path from dependency and do not use strict deps#566

Merged
ghiscoding merged 1 commit intonextfrom
chore/remove-path-deps
Apr 13, 2023
Merged

chore(deps): remove path from dependency and do not use strict deps#566
ghiscoding merged 1 commit intonextfrom
chore/remove-path-deps

Conversation

@ghiscoding
Copy link
Copy Markdown
Member

@ghiscoding ghiscoding commented Apr 13, 2023

Description

Remove path from all package.json and also no need to use fixed version for some other dependencies

Motivation and Context

We no longer need path as a dependency in every package.json since it was moved direclty into NodeJS since couple years, so no need to add it as a dependency anymore.

I also found some dependency to use fixed version in some package.json but we can use ^ for all of them

How Has This Been Tested?

Types of changes

  • Chore (change that has absolutely no effect on users)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@ghiscoding ghiscoding merged commit add2b5d into next Apr 13, 2023
@ghiscoding ghiscoding deleted the chore/remove-path-deps branch April 13, 2023 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant