diff --git a/examples/caching/with-nextjs-13/package.json b/examples/caching/with-nextjs-13/package.json index a1f779bf10539..058c549fc8f67 100644 --- a/examples/caching/with-nextjs-13/package.json +++ b/examples/caching/with-nextjs-13/package.json @@ -20,7 +20,7 @@ "@types/react": "18.0.24", "@types/react-dom": "18.0.8", "eslint": "8.26.0", - "eslint-config-next": "13.0.0", + "eslint-config-next": "15.2.2", "typescript": "4.8.4" } }