Skip to content

Commit

Permalink
mono - adding in workspace reference support (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Dec 11, 2024
1 parent 153a215 commit 235ffa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cache-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/file-entry-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"xo": "^0.59.3"
},
"dependencies": {
"flat-cache": "^6.1.2"
"flat-cache": "workspace:^"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/flat-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"xo": "^0.59.3"
},
"dependencies": {
"cacheable": "^1.8.5",
"cacheable": "workspace:^",
"flatted": "^3.3.2",
"hookified": "^1.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"xo": "^0.59.3"
},
"dependencies": {
"cacheable": "^1.8.1",
"cacheable": "workspace:^",
"hookified": "^1.5.1",
"keyv": "^5.2.1"
},
Expand Down

0 comments on commit 235ffa0

Please sign in to comment.