Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#908)
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 6, 2025
1 parent 3d98fd7 commit 28f0062
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 41 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.62.9",
"@tanstack/angular-query-experimental": "5.62.13",
"@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.62.11",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-virtual": "^3.11.2",
"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.13",
"@types/lodash": "^4.17.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.62.9",
"@tanstack/svelte-query": "^5.62.12",
"@tanstack/svelte-virtual": "^3.11.2"
},
"devDependencies": {
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.62.9",
"@tanstack/vue-query": "^5.62.12",
"@tanstack/vue-virtual": "^3.11.2",
"vue": "^3.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
Expand Down
2 changes: 1 addition & 1 deletion 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": "[email protected].2",
"packageManager": "[email protected].3",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down
73 changes: 39 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28f0062

Please sign in to comment.