Skip to content

Commit

Permalink
ioredis-yet - upgrading eslint to 9.1.1 (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Apr 29, 2024
1 parent dc51ad0 commit 87e7a27
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/cache-manager-ioredis-yet/package.json
Expand Up @@ -42,17 +42,16 @@
"prepare": "pnpm build"
},
"dependencies": {
"cache-manager": "^5.4.0",
"cache-manager": "*",
"ioredis": "^5.3.2",
"telejson": "^7.2.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitest/coverage-v8": "1.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.57.0",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"lint-staged": "15.2.2",
Expand Down

0 comments on commit 87e7a27

Please sign in to comment.