1
0
Fork 0
mirror of synced 2024-07-10 16:55:46 +12:00

Adding ioredis-mock as an actual dependency for builds.

This commit is contained in:
Michael Drury 2023-06-01 00:19:24 +01:00
parent a3f9759a47
commit 022016366e

View file

@ -80,6 +80,7 @@
"global-agent": "3.0.0", "global-agent": "3.0.0",
"google-auth-library": "7.12.0", "google-auth-library": "7.12.0",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"ioredis-mock": "^8.7.0",
"jimp": "0.16.1", "jimp": "0.16.1",
"joi": "17.6.0", "joi": "17.6.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
@ -175,8 +176,7 @@
"ts-node": "10.8.1", "ts-node": "10.8.1",
"tsconfig-paths": "4.0.0", "tsconfig-paths": "4.0.0",
"typescript": "4.7.3", "typescript": "4.7.3",
"update-dotenv": "1.1.1", "update-dotenv": "1.1.1"
"ioredis-mock": "^8.7.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"oracledb": "5.3.0" "oracledb": "5.3.0"