Skip to content

Commit

Permalink
Merge pull request #10179 from ZungTa/sample(20-cache-manager)/add-de…
Browse files Browse the repository at this point in the history
…pendency

fix(sample): add cache-manager dependency
  • Loading branch information
kamilmysliwiec committed Aug 26, 2022
2 parents 78a8096 + 619c935 commit 0a4a040
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 5 deletions.
69 changes: 69 additions & 0 deletions sample/20-cache/package-lock.json

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

12 changes: 7 additions & 5 deletions sample/20-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.1",
"@nestjs/platform-express": "9.0.1",
"cache-manager": "^4.1.0",
"cache-manager-redis-store": "2.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
Expand All @@ -32,21 +33,22 @@
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@types/cache-manager": "^4.0.1",
"@types/express": "4.17.13",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"jest": "28.1.2",
"prettier": "2.7.1",
"supertest": "6.2.4",
"ts-jest": "28.0.5",
"ts-loader": "9.3.1",
"ts-node": "10.8.2",
"tsconfig-paths": "4.0.0",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"typescript": "4.7.4"
}
}

0 comments on commit 0a4a040

Please sign in to comment.