Skip to content

Commit

Permalink
redis - upgrading typescript to 5.4.4 (#662)
Browse files Browse the repository at this point in the history
* redis - upgrading typescript to 5.4.4

* fixing formatting
  • Loading branch information
jaredwray committed Apr 5, 2024
1 parent a5b7b3a commit 9184142
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 284 deletions.
8 changes: 4 additions & 4 deletions packages/cache-manager-redis-yet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"redis": "^4.6.13"
},
"devDependencies": {
"@types/node": "20.11.27",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@types/node": "20.12.4",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vitest/coverage-v8": "1.4.0",
"dotenv-cli": "7.4.1",
"eslint": "8.57.0",
Expand All @@ -57,7 +57,7 @@
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"typescript": "5.4.2",
"typescript": "5.4.4",
"vitest": "1.4.0"
},
"engines": {
Expand Down

0 comments on commit 9184142

Please sign in to comment.