Skip to content

Commit

Permalink
Upgrade Dependencies (#466)
Browse files Browse the repository at this point in the history
* update deps

* npm install
  • Loading branch information
evantahler authored Oct 31, 2020
1 parent 804a2e5 commit 8489685
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 82 deletions.
94 changes: 19 additions & 75 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"node": ">= 8"
},
"dependencies": {
"ioredis": "^4.17.3"
"ioredis": "^4.19.2"
},
"devDependencies": {
"@types/ioredis": "^4.17.4",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"jest": "^26.4.2",
"@types/ioredis": "^4.17.7",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"jest": "^26.6.1",
"node-schedule": "^1.3.2",
"prettier": "^2.1.2",
"ts-jest": "^26.4.1",
"ts-jest": "^26.4.3",
"ts-node": "^9.0.0",
"typedoc": "^0.19.2",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down

0 comments on commit 8489685

Please sign in to comment.