Skip to content

Commit

Permalink
fix: add peer nest.js ^9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongcc committed Jan 16, 2023
1 parent 1541b63 commit dc7af3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"peerDependencies": {
"@maxmind/geoip2-node": "^3.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"reflect-metadata": "^0.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit dc7af3a

Please sign in to comment.