Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Dec 11, 2023
1 parent 553c6ef commit 08593b0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"ioredis": "^5.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.8",
"ioredis-mock": "^8.8.1",
"jest": "^29.6.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"ioredis-mock": "^8.9.0",
"jest": "^29.7.0",
"node-schedule": "^2.1.1",
"prettier": "^3.0.1",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typescript": "^5.1.6"
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typescript": "^5.3.3"
},
"scripts": {
"prepare": "npm run build && npm run docs",
Expand Down

0 comments on commit 08593b0

Please sign in to comment.