Skip to content

Commit

Permalink
Añadida dependencia rxjs en devDependencies. #112
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlota de la Vega committed Jan 5, 2024
1 parent 2906e80 commit ae17945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"@nestjs/testing": "^10.3.0"
"@nestjs/testing": "^10.3.0",
"rxjs": "^7.4.0"
},
"scripts": {
"build": "echo 'Building...'",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2164,7 +2164,7 @@ resolve@^1.20.0:
path-parse "^1.0.7"
supports-preserve-symlinks-flag "^1.0.0"

rxjs@^7.8.1:
rxjs@^7.4.0:
version "7.8.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
Expand Down

0 comments on commit ae17945

Please sign in to comment.