1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-02 07:20:38 +02:00

chore: Upgrade rxjs is required

Without upgrading rxjs, we get `TypeError: (0 , rxjs_1.lastValueFrom) is not a function`

This solution comes from https://github.com/nestjs/nest/issues/7468
This commit is contained in:
Steve Tautonico 2022-10-12 16:11:53 -04:00
parent fb2dd3bd6f
commit 69ee88aebc
No known key found for this signature in database
GPG Key ID: 6422E5D217FC628B

View File

@ -28,7 +28,8 @@
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@nestjs/cli": "^9.1.4",