Skip to content

Commit

Permalink
chore: add rxjs package
Browse files Browse the repository at this point in the history
Co-authored-by: username1103 <[email protected]>
Co-authored-by: imdudu1 <[email protected]>
  • Loading branch information
3 people committed Jun 19, 2023
1 parent 36f1449 commit a26a24a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@
"prettier": "^2.8.7",
"reflect-metadata": "^0.1.13",
"release-it": "^15.10.1",
"rxjs": "^7.8.1",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"class-transformer": "*",
"reflect-metadata": "*"
"reflect-metadata": "*",
"rxjs": "*"
},
"lint-staged": {
"*.ts": "eslint --fix"
Expand Down
37 changes: 22 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit a26a24a

Please sign in to comment.