diff --git a/integrations/react-next-14/package.json b/integrations/react-next-14/package.json index 5ed8454aa5a..3763428b09a 100644 --- a/integrations/react-next-14/package.json +++ b/integrations/react-next-14/package.json @@ -7,7 +7,7 @@ "dependencies": { "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", - "next": "^14.2.33", + "next": "^16.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/integrations/react-next-15/package.json b/integrations/react-next-15/package.json index 1454aa61a4e..6bf472364c5 100644 --- a/integrations/react-next-15/package.json +++ b/integrations/react-next-15/package.json @@ -9,7 +9,7 @@ "@js-temporal/polyfill": "^0.4.4", "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", - "next": "^15.4.8", + "next": "^16.0.0", "react": "^19.2.1", "react-dom": "^19.2.1", "tupleson": "0.23.1"