diff --git a/examples/caching/with-react-query-nextjs-14/package.json b/examples/caching/with-react-query-nextjs-14/package.json index f3f0bfc140979..bc333e08f3ba7 100644 --- a/examples/caching/with-react-query-nextjs-14/package.json +++ b/examples/caching/with-react-query-nextjs-14/package.json @@ -26,6 +26,6 @@ "eslint-config-next": "14.0.3", "postcss": "^8", "tailwindcss": "^3.3.0", - "typescript": "^5" + "typescript": "^5.9.3" } }