Skip to content

Commit 9972595

Browse files
chore(deps): more manual package updates (#8339)
1 parent 99b5354 commit 9972595

File tree

52 files changed

+1623
-1333
lines changed

Some content is hidden

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

52 files changed

+1623
-1333
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4.1.7
21+
uses: actions/checkout@v4.2.2
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
2424
- name: Fix formatting

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4.1.7
30+
uses: actions/checkout@v4.2.2
3131
with:
3232
fetch-depth: 0
3333
- name: Start Nx Agents

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4.1.7
24+
uses: actions/checkout@v4.2.2
2525
with:
2626
fetch-depth: 0
2727
- name: Start Nx Agents
2828
run: npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
2929
- name: Setup Tools
3030
uses: tanstack/config/.github/setup@main
3131
- name: Get base and head commits for `nx affected`
32-
uses: nrwl/nx-set-shas@v4.0.6
32+
uses: nrwl/nx-set-shas@v4.1.2
3333
with:
3434
main-branch-name: main
3535
- name: Run Checks
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v4.1.7
51+
uses: actions/checkout@v4.2.2
5252
with:
5353
fetch-depth: 0
5454
- name: Setup Tools

examples/react/algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@tanstack/eslint-plugin-query": "^5.61.2",
2020
"@types/react": "^18.2.79",
2121
"@types/react-dom": "^18.2.25",
22-
"@vitejs/plugin-react": "^4.3.1",
22+
"@vitejs/plugin-react": "^4.3.3",
2323
"typescript": "5.3.3",
2424
"vite": "^5.3.5"
2525
}

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.61.0",
1212
"@tanstack/react-query-devtools": "^5.61.0",
13-
"next": "^14.2.10",
13+
"next": "^14.2.18",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

examples/react/basic-graphql-request/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"@tanstack/react-query": "^5.61.0",
1212
"@tanstack/react-query-devtools": "^5.61.0",
1313
"graphql": "^16.9.0",
14-
"graphql-request": "^7.1.0",
14+
"graphql-request": "^7.1.2",
1515
"react": "19.0.0-rc-4c2e457c7c-20240522",
1616
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
1717
},
1818
"devDependencies": {
19-
"@vitejs/plugin-react": "^4.3.1",
19+
"@vitejs/plugin-react": "^4.3.3",
2020
"vite": "^5.3.5"
2121
}
2222
}

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@tanstack/eslint-plugin-query": "^5.61.2",
2121
"@types/react": "^18.2.79",
2222
"@types/react-dom": "^18.2.25",
23-
"@vitejs/plugin-react": "^4.3.1",
23+
"@vitejs/plugin-react": "^4.3.3",
2424
"typescript": "5.3.3",
2525
"vite": "^5.3.5"
2626
}

examples/react/default-query-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-react": "^4.3.1",
17+
"@vitejs/plugin-react": "^4.3.3",
1818
"typescript": "5.3.3",
1919
"vite": "^5.3.5"
2020
}

examples/react/devtools-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-react": "^4.3.1",
17+
"@vitejs/plugin-react": "^4.3.3",
1818
"typescript": "5.3.3",
1919
"vite": "^5.3.5"
2020
}

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.61.0",
1212
"@tanstack/react-query-devtools": "^5.61.0",
13-
"next": "^14.2.10",
13+
"next": "^14.2.18",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

0 commit comments

Comments
 (0)