Skip to content

Commit 7a3d541

Browse files
chore(deps): update all non-major dependencies (#939)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8175949 commit 7a3d541

File tree

17 files changed

+103
-108
lines changed

17 files changed

+103
-108
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Tools
2626
uses: tanstack/config/.github/setup@main
2727
- name: Get base and head commits for `nx affected`
28-
uses: nrwl/nx-set-shas@v4.1.2
28+
uses: nrwl/nx-set-shas@v4.2.1
2929
with:
3030
main-branch-name: main
3131
- name: Run Checks

examples/angular/infinite-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^17.3.12",
1818
"@angular/platform-browser-dynamic": "^17.3.12",
1919
"@angular/router": "^17.3.12",
20-
"@tanstack/angular-query-experimental": "5.66.9",
20+
"@tanstack/angular-query-experimental": "5.66.11",
2121
"@tanstack/angular-virtual": "^3.13.2",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",

examples/react/infinite-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-query": "^5.66.9",
12+
"@tanstack/react-query": "^5.66.11",
1313
"@tanstack/react-virtual": "^3.13.2",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"

examples/react/sticky/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/lodash": "^4.17.15",
19+
"@types/lodash": "^4.17.16",
2020
"@types/react": "^18.3.18",
2121
"@types/react-dom": "^18.3.5",
2222
"@vitejs/plugin-react": "^4.3.4",

examples/svelte/infinite-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "svelte-check --tsconfig ./tsconfig.json"
1010
},
1111
"dependencies": {
12-
"@tanstack/svelte-query": "^5.66.9",
12+
"@tanstack/svelte-query": "^5.66.11",
1313
"@tanstack/svelte-virtual": "^3.13.2"
1414
},
1515
"devDependencies": {

examples/vue/dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@vitejs/plugin-vue": "^5.2.1",
1818
"typescript": "5.2.2",
1919
"vite": "^5.4.14",
20-
"vue-tsc": "^2.2.4"
20+
"vue-tsc": "^2.2.8"
2121
}
2222
}

examples/vue/fixed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@vitejs/plugin-vue": "^5.2.1",
1717
"typescript": "5.2.2",
1818
"vite": "^5.4.14",
19-
"vue-tsc": "^2.2.4"
19+
"vue-tsc": "^2.2.8"
2020
}
2121
}

examples/vue/infinite-scroll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/vue-query": "^5.66.9",
11+
"@tanstack/vue-query": "^5.66.11",
1212
"@tanstack/vue-virtual": "^3.13.2",
1313
"vue": "^3.5.13"
1414
},
@@ -17,6 +17,6 @@
1717
"@vitejs/plugin-vue": "^5.2.1",
1818
"typescript": "5.2.2",
1919
"vite": "^5.4.14",
20-
"vue-tsc": "^2.2.4"
20+
"vue-tsc": "^2.2.8"
2121
}
2222
}

examples/vue/padding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@vitejs/plugin-vue": "^5.2.1",
1717
"typescript": "5.2.2",
1818
"vite": "^5.4.14",
19-
"vue-tsc": "^2.2.4"
19+
"vue-tsc": "^2.2.8"
2020
}
2121
}

examples/vue/scroll-padding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@vitejs/plugin-vue": "^5.2.1",
1818
"typescript": "5.2.2",
1919
"vite": "^5.4.14",
20-
"vue-tsc": "^2.2.4"
20+
"vue-tsc": "^2.2.8"
2121
}
2222
}

0 commit comments

Comments
 (0)