Skip to content

Commit

Permalink
chore: fix peer dependency issue to NestJS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
notTanveer committed Aug 21, 2024
1 parent 4f612a7 commit be3b402
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,9 @@ Read more about silent payments in [BIP 352](https://github.com/bitcoin/bips/pul
3. Install dependencies:

```bash
$ npm install --force
$ npm install --force
$ npm install
```

_Note: Due to the broken nature of the packages we can only use force for now, but using `--force` can overwrite existing packages so use with caution._

### :notebook: Prerequisites

- Node.js
- Docker (optional)

### :wrench: Configuration

- Create a `config.yaml` file in the project config folder. e.g:
_Note: Due to the broken nature of the packages we can only use force for now, but using `--force` can overwrite existing packages so use with caution._

### :notebook: Prerequisites

- Node.js
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.7",
"@nestjs/microservices": "^10.3.7",
"@nestjs/passport": "^9.0.3",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.1",
"@nestjs/microservices": "^10.4.1",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/platform-socket.io": "^10.3.7",
"@nestjs/schedule": "^2.2.1",
"@nestjs/schedule": "3.0.0",
"@nestjs/swagger": "^7.3.1",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/websockets": "^10.3.7",
Expand Down

0 comments on commit be3b402

Please sign in to comment.