Skip to content

Commit c2d59eb

Browse files
committed
Versions bump
1 parent 3326115 commit c2d59eb

File tree

2 files changed

+123
-404
lines changed

2 files changed

+123
-404
lines changed

packages/nextjs-cache-handler/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"next",
1919
"redis"
2020
],
21-
"version": "2.3.1",
21+
"version": "2.3.2",
2222
"type": "module",
2323
"license": "MIT",
2424
"description": "Next.js cache handlers",
@@ -96,7 +96,7 @@
9696
},
9797
"dependencies": {
9898
"cluster-key-slot": "1.1.2",
99-
"lru-cache": "11.2.2",
99+
"lru-cache": "11.2.4",
100100
"p-limit": "^7.2.0"
101101
},
102102
"devDependencies": {
@@ -107,14 +107,14 @@
107107
"eslint-config-prettier": "^9.1.2",
108108
"globals": "^16.5.0",
109109
"jest": "^30.2.0",
110-
"prettier": "^3.6.2",
111-
"prettier-plugin-packagejson": "2.5.19",
112-
"rimraf": "6.1.1",
113-
"ts-jest": "^29.4.5",
110+
"prettier": "^3.7.4",
111+
"prettier-plugin-packagejson": "2.5.20",
112+
"rimraf": "6.1.2",
113+
"ts-jest": "^29.4.6",
114114
"tsup": "^8.5.1",
115-
"tsx": "4.20.6",
115+
"tsx": "4.21.0",
116116
"typescript": "^5.9.3",
117-
"typescript-eslint": "^8.47.0"
117+
"typescript-eslint": "^8.48.1"
118118
},
119119
"peerDependencies": {
120120
"@redis/client": ">= 5.5.6",

0 commit comments

Comments
 (0)