Skip to content

Commit

Permalink
Merge pull request #3 from Karibash/feature/inject-package-dependencies
Browse files Browse the repository at this point in the history
Fix dependencies of the inject package
  • Loading branch information
Karibash authored Jun 19, 2022
2 parents f8623b2 + dd0b599 commit c7add1b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-birds-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nestjs-modular/inject": patch
---

Fix dependencies of the inject package
4 changes: 2 additions & 2 deletions packages/inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@babel/runtime": "^7.18.3"
},
"devDependencies": {
"@nestjs/common": "8.4.5",
"@nestjs/common": "^8.4.5",
"typescript": "^4.7.2"
},
"peerDependencies": {
"@nestjs/common": "^8.4.5"
"@nestjs/common": "^8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
webpack "5.72.1"
webpack-node-externals "3.0.0"

"@nestjs/common@8.4.5", "@nestjs/common@^8.0.0":
"@nestjs/common@^8.0.0":
version "8.4.5"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-8.4.5.tgz#9279e125b8128c92700dfe0cf2beacc7e7c4abe7"
integrity sha512-DL30hLtcmosOWGRFrU1YYB59k+7FGX82sbq2QiXLsEXuSig8ZzFm8LR+tD8CX+aKabU9t1GGc18HLjFud/3sww==
Expand All @@ -1604,6 +1604,16 @@
tslib "2.4.0"
uuid "8.3.2"

"@nestjs/common@^8.4.5":
version "8.4.7"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-8.4.7.tgz#fc4a575b797e230bb5a0bcab6da8b796aa88d605"
integrity sha512-m/YsbcBal+gA5CFrDpqXqsSfylo+DIQrkFY3qhVIltsYRfu8ct8J9pqsTO6OPf3mvqdOpFGrV5sBjoyAzOBvsw==
dependencies:
axios "0.27.2"
iterare "1.2.1"
tslib "2.4.0"
uuid "8.3.2"

"@nestjs/core@^8.0.0":
version "8.4.5"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-8.4.5.tgz#a419259f074a9a1b889540ce2ab46a87b85e9fbf"
Expand Down

0 comments on commit c7add1b

Please sign in to comment.