24
1
Fork 0

Include redis-mock in main build to allow usage without Redis

This commit is contained in:
timvisee 2021-02-16 14:54:36 +01:00
parent 854810c242
commit 1f2c524b40
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 2 additions and 3 deletions

3
package-lock.json generated
View File

@ -16097,8 +16097,7 @@
"redis-mock": {
"version": "0.47.0",
"resolved": "https://registry.npmjs.org/redis-mock/-/redis-mock-0.47.0.tgz",
"integrity": "sha512-Kbyy7xB+Sj+fPZlwtJGIVus8QfPDFxXi1d2YJ0XXxKEIPN8ciSUFt45uw8G/gGfNm+BsT3bcvBp7D+7du7s/9Q==",
"dev": true
"integrity": "sha512-Kbyy7xB+Sj+fPZlwtJGIVus8QfPDFxXi1d2YJ0XXxKEIPN8ciSUFt45uw8G/gGfNm+BsT3bcvBp7D+7du7s/9Q=="
},
"redis-parser": {
"version": "2.6.0",

View File

@ -113,7 +113,6 @@
"proxyquire": "^2.1.3",
"puppeteer": "^2.0.0",
"raw-loader": "^3.1.0",
"redis-mock": "^0.47.0",
"rimraf": "^3.0.0",
"script-loader": "^0.7.2",
"sinon": "^7.5.0",
@ -150,6 +149,7 @@
"mozlog": "^2.2.0",
"node-fetch": "^2.6.1",
"redis": "^2.8.0",
"redis-mock": "^0.47.0",
"selenium-standalone": "^6.23.0",
"ua-parser-js": "^0.7.23"
},