Skip to content

Commit b99a33a

Browse files
chore(deps): update dependency next to v15.2.3 [security]
1 parent a9b073a commit b99a33a

File tree

12 files changed

+758
-927
lines changed

12 files changed

+758
-927
lines changed

Diff for: examples/react/auto-refetching/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
13-
"next": "^14.2.20",
13+
"next": "^15.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

Diff for: examples/react/infinite-query-with-max-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
13-
"next": "^14.2.20",
13+
"next": "^15.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

Diff for: examples/react/load-more-infinite-scroll/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
13-
"next": "^14.2.20",
13+
"next": "^15.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
1616
"react-intersection-observer": "^9.14.0"

Diff for: examples/react/nextjs-suspense-streaming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
1313
"@tanstack/react-query-next-experimental": "^5.69.0",
14-
"next": "^14.2.20",
14+
"next": "^15.0.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

Diff for: examples/react/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
13-
"next": "^14.2.20",
13+
"next": "^15.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

Diff for: examples/react/optimistic-updates-cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
13-
"next": "^14.2.20",
13+
"next": "^15.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

Diff for: examples/react/optimistic-updates-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
13-
"next": "^14.2.20",
13+
"next": "^15.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

Diff for: examples/react/pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
13-
"next": "^14.2.20",
13+
"next": "^15.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

Diff for: examples/react/prefetching/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.69.0",
1212
"@tanstack/react-query-devtools": "^5.69.0",
13-
"next": "^14.2.20",
13+
"next": "^15.0.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

Diff for: integrations/react-next-14/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@tanstack/react-query": "workspace:*",
99
"@tanstack/react-query-devtools": "workspace:*",
10-
"next": "^14.2.20",
10+
"next": "^15.0.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"
1313
},

Diff for: packages/react-query-next-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@tanstack/react-query": "workspace:*",
5959
"@types/react": "^19.0.1",
6060
"@vitejs/plugin-react": "^4.3.3",
61-
"next": "^14.2.20",
61+
"next": "^15.0.0",
6262
"npm-run-all": "^4.1.5",
6363
"react": "^19.0.0"
6464
},

Diff for: pnpm-lock.yaml

+747-916
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)