Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#873)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 5b2c2d6 commit 3202bd0
Show file tree
Hide file tree
Showing 29 changed files with 206 additions and 200 deletions.
2 changes: 1 addition & 1 deletion examples/angular/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@faker-js/faker": "^8.4.1",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"@tanstack/angular-query-experimental": "5.59.16",
"tslib": "^2.8.0",
"@tanstack/angular-query-experimental": "5.59.17",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@faker-js/faker": "^8.4.1",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"@tanstack/angular-table": "8.20.5",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-virtual": "^3.10.8",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query": "^5.59.19",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.10"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.59.16",
"@tanstack/svelte-query": "^5.59.17",
"@tanstack/svelte-virtual": "^3.10.8"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/vue/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
4 changes: 2 additions & 2 deletions examples/vue/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.16",
"@tanstack/vue-query": "^5.59.17",
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.12"
},
Expand All @@ -17,6 +17,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/vue/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
4 changes: 2 additions & 2 deletions examples/vue/scroll-padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@tanstack/vue-virtual": "^3.10.8",
"@vueuse/core": "^11.1.0",
"@vueuse/core": "^11.2.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/vue/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
4 changes: 2 additions & 2 deletions examples/vue/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@types/lodash": "^4.17.12",
"@types/lodash": "^4.17.13",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/vue/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/vue/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
},
"devDependencies": {
"@tanstack/config": "^0.13.4",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^18.19.3",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"jsdom": "^25.0.1",
"knip": "^5.34.1",
"nx": "^20.0.6",
"knip": "^5.36.2",
"nx": "^20.0.8",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"publint": "^0.2.12",
"rimraf": "^5.0.10",
"sherif": "^0.11.0",
"typescript": "5.2.2",
"vite": "^5.4.10",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/angular-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@tanstack/virtual-core": "workspace:*",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/core": "^17.3.12",
Expand Down
Loading

0 comments on commit 3202bd0

Please sign in to comment.