Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent d4b4666 commit 0bddd36
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 88 deletions.
2 changes: 1 addition & 1 deletion examples/react/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tanstack/react-virtual": "^3.8.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@tanstack/react-query": "^5.50.1"
"@tanstack/react-query": "^5.51.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
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.50.3",
"@tanstack/svelte-query": "^5.51.1",
"@tanstack/svelte-virtual": "^3.8.3"
},
"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.51.0",
"@tanstack/vue-query": "^5.51.1",
"@tanstack/vue-virtual": "^3.8.3",
"vue": "^3.4.31"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@types/node": "^18.19.3",
"eslint": "^8.57.0",
"jsdom": "^24.1.0",
"knip": "^5.25.1",
"nx": "^19.4.2",
"prettier": "^3.3.2",
"knip": "^5.26.0",
"nx": "^19.4.3",
"prettier": "^3.3.3",
"publint": "^0.2.8",
"rimraf": "^5.0.9",
"sherif": "^0.10.0",
Expand Down
Loading

0 comments on commit 0bddd36

Please sign in to comment.