We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da93eda commit a694f33Copy full SHA for a694f33
package.json
@@ -48,6 +48,7 @@
48
"nock": "^11.7.1",
49
"nodemon": "^2.0.2",
50
"prettier": "^2.8.8",
51
+ "redis": "^4.5.1",
52
"request-ip": "^2.1.3",
53
"shx": "^0.3.2",
54
"supertest": "^4.0.2",
@@ -64,7 +65,6 @@
64
65
"node-forge": "^1.0.0",
66
"passport": "^0.6.0",
67
"passport-saml": "1.3.5",
- "redis": "^4.5.1",
68
"semver": "^7.3.7",
69
"winston": "^3.0.0",
70
"xml-crypto": "^1.4.0",
@@ -73,7 +73,8 @@
73
},
74
"peerDependencies": {
75
"fp-ts": "^2.16.5",
76
- "io-ts": "^2.2.21"
+ "io-ts": "^2.2.21",
77
+ "redis": "^4.5.1"
78
79
"jest": {
80
"testEnvironment": "node",
0 commit comments