Skip to content

Commit

Permalink
Allow reflect-metadata@^0.2.0 in peer dependency (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombard1004 authored Jul 2, 2024
1 parent af204a2 commit cecd979
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 138 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"peerDependencies": {
"@nestjs/common": "^8 || ^9 || ^10",
"@nestjs/core": "^8 || ^9 || ^10",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.1.13 || ^0.2.0",
"rxjs": "^7.5.6"
},
"dependencies": {
Expand All @@ -30,10 +30,10 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@nestjs/common": "^10.2.8",
"@nestjs/core": "^10.2.8",
"@nestjs/platform-fastify": "^10.2.8",
"@nestjs/testing": "^10.2.8",
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@nestjs/platform-fastify": "^10.3.9",
"@nestjs/testing": "^10.3.9",
"@types/jest": "^29.5.7",
"@types/node": "^18.18.8",
"@types/ramda": "^0.28.25",
Expand Down
Loading

0 comments on commit cecd979

Please sign in to comment.