Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#903)
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 Dec 23, 2024
1 parent c359456 commit cbd43e9
Show file tree
Hide file tree
Showing 16 changed files with 144 additions and 137 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.7",
"@tanstack/angular-query-experimental": "5.62.8",
"@tanstack/angular-virtual": "^3.11.2",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-virtual": "^3.11.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/scroll-padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
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 @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/table/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/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.2.2",
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.7",
"@tanstack/svelte-query": "^5.62.8",
"@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.7",
"@tanstack/vue-query": "^5.62.8",
"@tanstack/vue-virtual": "^3.11.2",
"vue": "^3.5.13"
},
Expand Down
6 changes: 3 additions & 3 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": "[email protected].0",
"packageManager": "[email protected].1",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@types/node": "^22.10.1",
"eslint": "^9.17.0",
"jsdom": "^25.0.1",
"knip": "^5.40.0",
"nx": "^20.2.2",
"knip": "^5.41.1",
"nx": "^20.3.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.2.12",
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 @@ -58,7 +58,7 @@
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit cbd43e9

Please sign in to comment.