Skip to content

Commit

Permalink
update refs: bump → 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philcockfield committed Jul 15, 2024
1 parent 3ffec0e commit d505959
Show file tree
Hide file tree
Showing 2 changed files with 377 additions and 665 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-system-cache",
"version": "2.4.4",
"version": "2.4.5",
"description": "A super-fast, promise-based cache that reads and writes to the file-system.",
"keywords": [
"cache",
Expand Down Expand Up @@ -42,16 +42,17 @@
"@types/chai": "^4.3.16",
"@types/expect": "^24.3.0",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/ramda": "^0.30.0",
"chai": "^5.1.0",
"@types/mocha": "^10.0.7",
"@types/ramda": "^0.30.1",
"chai": "^5.1.1",
"fs-extra": "^11.2.0",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"ramda": "^0.30.0",
"tsup": "^8.0.2",
"tsx": "^4.9.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}
"mocha": "^10.6.0",
"prettier": "^3.3.3",
"ramda": "^0.30.1",
"tsup": "^8.1.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
},
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}
Loading

0 comments on commit d505959

Please sign in to comment.