Skip to content

Commit

Permalink
upgrading typescript and dev dependencies (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 17, 2024
1 parent c2846cc commit f8e3536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cacheable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"devDependencies": {
"@keyv/redis": "^3.0.1",
"@vitest/coverage-v8": "^2.1.1",
"lru-cache": "^10.4.3",
"lru-cache": "^11.0.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"xo": "^0.59.3"
},
Expand Down

0 comments on commit f8e3536

Please sign in to comment.