Skip to content

Commit

Permalink
chore: fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Jul 30, 2019
1 parent 217cb61 commit 8b00f1f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 84 deletions.
108 changes: 27 additions & 81 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepstream/cache-redis",
"version": "2.0.0-rc.13",
"version": "2.0.0-rc.14",
"description": "Redis cache connector for deepstream.io",
"main": "dist/src/connector.js",
"scripts": {
Expand All @@ -26,12 +26,13 @@
"ioredis": "^4.9.0"
},
"devDependencies": {
"@deepstream/types": "^1.0.0-rc.1",
"@deepstream/types": "^1.0.0-rc.5",
"@types/chai": "^4.1.7",
"@types/ioredis": "^4.0.12",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"mocha": "^6.1.0",
"mocha": "^6.2.0",
"nyc": "^13.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
Expand Down

0 comments on commit 8b00f1f

Please sign in to comment.