Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/e2e-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@mrjasonroy/cache-components-cache-handler": "workspace:*",
"ioredis": "^5.4.1",
"next": "^16.2.10",
"next": "^16.2.11",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/legacy-cache-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mrjasonroy/cache-components-cache-handler": "workspace:*",
"next": "^16.2.10",
"next": "^16.2.11",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/legacy-cache-test/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cache-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrjasonroy/cache-components-cache-handler",
"version": "16.2.10",
"version": "16.2.11",
"description": "Cache handler for Next.js 16+ with support for 'use cache' directive and Cache Components",
"author": "Jason Roy",
"license": "MIT",
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading