Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skunight committed Jun 10, 2019
1 parent ad189a2 commit d7a40bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-redis",
"version": "1.1.2",
"version": "1.2.0",
"description": "a nestjs redis module",
"author": "zzy",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/common": "6.3.1",
"@types/ioredis": "^4.0.4",
"@types/uuid": "^3.4.4",
"ioredis": "^4.2.0",
Expand All @@ -28,7 +28,7 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@nestjs/testing": "^5.5.0",
"@nestjs/testing": "6.3.1",
"@types/node": "^10.7.1",
"cz-conventional-changelog": "^2.1.0",
"jest": "^23.6.0",
Expand Down

0 comments on commit d7a40bd

Please sign in to comment.