Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#916)
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 Jan 20, 2025
1 parent 71c7ad5 commit 87f6d16
Show file tree
Hide file tree
Showing 12 changed files with 215 additions and 319 deletions.
2 changes: 1 addition & 1 deletion examples/angular/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@tanstack/angular-query-experimental": "5.64.0",
"@tanstack/angular-query-experimental": "5.64.2",
"@tanstack/angular-virtual": "^3.11.2",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
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 @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.64.0",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-virtual": "^3.11.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
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 @@ -16,7 +16,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.1.3",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.11"
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 @@ -15,7 +15,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.1.3",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.11"
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,14 +9,14 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.64.0",
"@tanstack/svelte-query": "^5.64.2",
"@tanstack/svelte-virtual": "^3.11.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.1.3",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.11"
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 @@ -16,7 +16,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.1.3",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.11"
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 @@ -17,7 +17,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.1.3",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.11"
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 @@ -17,7 +17,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.1.3",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "5.2.2",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion 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.64.0",
"@tanstack/vue-query": "^5.64.2",
"@tanstack/vue-virtual": "^3.11.2",
"vue": "^3.5.13"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/TanStack/virtual.git"
},
"packageManager": "pnpm@9.15.3",
"packageManager": "pnpm@9.15.4",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -37,16 +37,16 @@
]
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"@tanstack/config": "^0.16.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^22.10.1",
"eslint": "^9.18.0",
"jsdom": "^25.0.1",
"knip": "^5.42.0",
"nx": "^20.3.1",
"knip": "^5.42.2",
"nx": "^20.3.2",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.3.1",
"prettier-plugin-svelte": "^3.3.3",
"publint": "^0.3.2",
"rimraf": "^5.0.10",
"sherif": "^1.1.1",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@tanstack/virtual-core": "workspace:*"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@testing-library/react": "^16.2.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
Loading

0 comments on commit 87f6d16

Please sign in to comment.