Skip to content

Commit

Permalink
Merge pull request #212 from hebertcisco/feat/174-please-add-undici-a…
Browse files Browse the repository at this point in the history
…s-a-peer-dependency-if-you-dont-update-it-regularly

Feat(174)  add undici as a peer dependency
  • Loading branch information
favelado-web authored Jun 6, 2023
2 parents 622436b + 66f049b commit b08adf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"undici": "^5.13.0"
},
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@commitlint/config-angular": "17.6.1",
Expand Down Expand Up @@ -65,7 +62,8 @@
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0"
"rxjs": "^6.0.0 || ^7.0.0",
"undici": "^5.13.0"
},
"contributors": [
{
Expand Down Expand Up @@ -131,4 +129,4 @@
"bugs": {
"url": "https://github.com/hebertcisco/nestjs-undici/issues"
}
}
}

0 comments on commit b08adf2

Please sign in to comment.