Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jun 16, 2024
1 parent f449e33 commit 6754faf
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 43 deletions.
4 changes: 2 additions & 2 deletions examples/docker/producer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"outDir": "./dist",
"allowJs": true,
"module": "commonjs",
"target": "es2018",
"target": "es2018"
},
"include": ["./src/**/*"],
"include": ["./src/**/*"]
}
4 changes: 2 additions & 2 deletions examples/docker/worker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"outDir": "./dist",
"allowJs": true,
"module": "commonjs",
"target": "es2018",
"target": "es2018"
},
"include": ["./src/**/*"],
"include": ["./src/**/*"]
}
72 changes: 40 additions & 32 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": ">=12.0.0"
},
"dependencies": {
"ioredis": "^5.3.2"
"ioredis": "^5.4.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"ioredis-mock": "^8.9.0",
"jest": "^29.7.0",
"node-schedule": "^2.1.1",
"prettier": "^3.2.4",
"ts-jest": "^29.1.1",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typescript": "^5.3.3"
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},
"scripts": {
"prepare": "npm run build && npm run docs",
Expand Down

0 comments on commit 6754faf

Please sign in to comment.