diff --git a/packages/cache-manager/package.json b/packages/cache-manager/package.json index 432748a6..28153ed8 100644 --- a/packages/cache-manager/package.json +++ b/packages/cache-manager/package.json @@ -65,7 +65,7 @@ "@types/node": "^22.8.1", "@vitest/coverage-v8": "^2.1.3", "cache-manager-redis-yet": "^5.1.5", - "cacheable": "^1.8.3", + "cacheable": "workspace:^", "rimraf": "^6.0.1", "tsup": "^8.3.5", "typescript": "^5.6.3", diff --git a/packages/file-entry-cache/package.json b/packages/file-entry-cache/package.json index 2d80c971..600bb617 100644 --- a/packages/file-entry-cache/package.json +++ b/packages/file-entry-cache/package.json @@ -45,7 +45,7 @@ "xo": "^0.59.3" }, "dependencies": { - "flat-cache": "^6.1.2" + "flat-cache": "workspace:^" }, "files": [ "dist", diff --git a/packages/flat-cache/package.json b/packages/flat-cache/package.json index 4bd3eb12..47aee2df 100644 --- a/packages/flat-cache/package.json +++ b/packages/flat-cache/package.json @@ -68,7 +68,7 @@ "xo": "^0.59.3" }, "dependencies": { - "cacheable": "^1.8.5", + "cacheable": "workspace:^", "flatted": "^3.3.2", "hookified": "^1.5.1" }, diff --git a/packages/node-cache/package.json b/packages/node-cache/package.json index b5145a35..1c8d59bb 100644 --- a/packages/node-cache/package.json +++ b/packages/node-cache/package.json @@ -47,7 +47,7 @@ "xo": "^0.59.3" }, "dependencies": { - "cacheable": "^1.8.1", + "cacheable": "workspace:^", "hookified": "^1.5.1", "keyv": "^5.2.1" },