Skip to content

Commit 06be1a0

Browse files
committed
Version bump
1 parent 78839c3 commit 06be1a0

File tree

2 files changed

+170
-60
lines changed

2 files changed

+170
-60
lines changed

packages/nextjs-cache-handler/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"next",
1919
"redis"
2020
],
21-
"version": "2.3.0",
21+
"version": "2.3.1",
2222
"type": "module",
2323
"license": "MIT",
2424
"description": "Next.js cache handlers",
@@ -109,12 +109,12 @@
109109
"jest": "^30.2.0",
110110
"prettier": "^3.6.2",
111111
"prettier-plugin-packagejson": "2.5.19",
112-
"rimraf": "6.1.0",
112+
"rimraf": "6.1.1",
113113
"ts-jest": "^29.4.5",
114-
"tsup": "^8.5.0",
114+
"tsup": "^8.5.1",
115115
"tsx": "4.20.6",
116116
"typescript": "^5.9.3",
117-
"typescript-eslint": "^8.46.4"
117+
"typescript-eslint": "^8.47.0"
118118
},
119119
"peerDependencies": {
120120
"@redis/client": ">= 5.5.6",
@@ -124,7 +124,7 @@
124124
"next15"
125125
],
126126
"optionalDependencies": {
127-
"@rollup/rollup-linux-x64-gnu": "^4.53.2"
127+
"@rollup/rollup-linux-x64-gnu": "^4.53.3"
128128
},
129129
"engines": {
130130
"node": ">=22.0.0"

0 commit comments

Comments
 (0)