ioredis-mock
Advanced tools
Comparing version 8.8.1 to 8.8.2
{ | ||
"name": "ioredis-mock", | ||
"version": "8.8.1", | ||
"version": "8.8.2", | ||
"description": "This library emulates ioredis by performing all operations in-memory.", | ||
@@ -81,8 +81,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/cli": "^7.22.9", | ||
"@babel/core": "^7.22.9", | ||
"@babel/eslint-parser": "^7.22.9", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/cli": "^7.22.10", | ||
"@babel/core": "^7.22.10", | ||
"@babel/eslint-parser": "^7.22.10", | ||
"@babel/preset-env": "^7.22.10", | ||
"@babel/register": "^7.22.5", | ||
"@sanity/semantic-release-preset": "^4.1.2", | ||
"@sanity/semantic-release-preset": "^4.1.3", | ||
"browser-process-hrtime": "^1.0.0", | ||
@@ -93,7 +93,7 @@ "buffer": "^6.0.3", | ||
"crypto-browserify": "^3.12.0", | ||
"esbuild": "^0.18.12", | ||
"eslint": "^8.45.0", | ||
"esbuild": "^0.19.1", | ||
"eslint": "^8.47.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-jest": "^27.2.3", | ||
@@ -103,6 +103,6 @@ "eslint-plugin-simple-import-sort": "^10.0.0", | ||
"ioredis": "^5.3.2", | ||
"jest": "^29.6.1", | ||
"jest": "^29.6.2", | ||
"jest-buffer-snapshot-serializer": "^1.0.0", | ||
"jest-circus": "^29.6.1", | ||
"jest-environment-jsdom": "^29.6.1", | ||
"jest-circus": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.2", | ||
"lodash.intersectionby": "^4.7.0", | ||
@@ -116,3 +116,3 @@ "lodash.isplainobject": "^4.0.6", | ||
"mkdirp": "^3.0.1", | ||
"prettier": "^3.0.0", | ||
"prettier": "^3.0.1", | ||
"prettier-plugin-packagejson": "^2.4.5", | ||
@@ -119,0 +119,0 @@ "stream-browserify": "^3.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6873067