Skip to content

Commit 5be3872

Browse files
chore: update dependencies (#8464)
* chore: update dependencies * pnpm dedupe * ci: apply automated fixes * fix: downgrade nx to fix graph * update node --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent a76ac59 commit 5be3872

File tree

44 files changed

+872
-997
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+872
-997
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5151
TAG: ${{ inputs.tag }}
5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v4.5.0
53+
uses: codecov/codecov-action@v4.6.0
5454
with:
5555
directory: packages
5656
env:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ always() }}
3939
run: npx nx-cloud stop-all-agents
4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v4.5.0
41+
uses: codecov/codecov-action@v4.6.0
4242
with:
4343
directory: packages
4444
env:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.4.0
1+
22.12.0

examples/react/auto-refetching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.62.8",
1212
"@tanstack/react-query-devtools": "^5.62.8",
13-
"next": "^14.2.18",
13+
"next": "^14.2.20",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.62.8",
1212
"@tanstack/react-query-devtools": "^5.62.8",
13-
"next": "^14.2.18",
13+
"next": "^14.2.20",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

examples/react/load-more-infinite-scroll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.62.8",
1212
"@tanstack/react-query-devtools": "^5.62.8",
13-
"next": "^14.2.18",
13+
"next": "^14.2.20",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
16-
"react-intersection-observer": "^9.13.1"
16+
"react-intersection-observer": "^9.14.0"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.2.79",

examples/react/nextjs-app-prefetching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.62.8",
1313
"@tanstack/react-query-devtools": "^5.62.8",
14-
"next": "^15.0.3",
14+
"next": "^15.1.0",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

examples/react/nextjs-suspense-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tanstack/react-query": "^5.62.8",
1313
"@tanstack/react-query-devtools": "^5.62.8",
1414
"@tanstack/react-query-next-experimental": "^5.62.8",
15-
"next": "^14.2.18",
15+
"next": "^14.2.20",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/react/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.62.8",
1212
"@tanstack/react-query-devtools": "^5.62.8",
13-
"next": "^14.2.18",
13+
"next": "^14.2.20",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

examples/react/optimistic-updates-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.62.8",
1313
"@tanstack/react-query-devtools": "^5.62.8",
14-
"next": "^14.2.18",
14+
"next": "^14.2.20",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

0 commit comments

Comments
 (0)