Skip to content

Commit

Permalink
Continued initial development, 3... (#22)
Browse files Browse the repository at this point in the history
* update deps

* remove redis cache as it was causing issues

* use callbacks

* use email with alias
  • Loading branch information
kasparkallas committed Nov 8, 2023
1 parent c91ce48 commit 81788a6
Show file tree
Hide file tree
Showing 8 changed files with 720 additions and 822 deletions.
33 changes: 16 additions & 17 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,41 +51,40 @@
"@golevelup/nestjs-stripe": "^0.6.3",
"@nestjs/bullmq": "^10.0.1",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/common": "^10.2.7",
"@nestjs/common": "^10.2.8",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.7",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/core": "^10.2.8",
"@nestjs/platform-express": "^10.2.8",
"@nestjs/swagger": "^7.1.14",
"@nestjs/terminus": "^10.1.1",
"@superfluid-finance/tokenlist": "^3.3.2",
"@superfluid-finance/widget": "^0.4.7",
"@types/lodash": "^4.14.200",
"bullmq": "^4.12.6",
"bullmq": "^4.13.0",
"cache-manager": "^5.2.4",
"cache-manager-redis-store": "^3.0.1",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"openapi-fetch": "^0.8.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"safe-stable-stringify": "^2.4.3",
"stripe": "^14.1.0",
"viem": "^1.17.1",
"stripe": "^14.3.0",
"viem": "^1.18.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@nestjs/cli": "^10.2.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.2.7",
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.8",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.95",
"@types/express": "^4.17.20",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@swc/core": "^1.3.96",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@types/supertest": "^2.0.15",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.5.0",
Expand Down
Loading

0 comments on commit 81788a6

Please sign in to comment.