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 Sep 25, 2024
1 parent 78cfcfe commit d2c5f00
Show file tree
Hide file tree
Showing 70 changed files with 3,796 additions and 3,519 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Get base and head commits for `nx affected`
uses: nrwl/nx-set-shas@v4.0.6
uses: nrwl/nx-set-shas@v4.1.0
with:
main-branch-name: main
- name: Run Checks
Expand Down
8 changes: 4 additions & 4 deletions examples/angular/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@angular/platform-browser-dynamic": "^17.3.12",
"@tanstack/angular-query-experimental": "^5.56.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.8"
"tslib": "^2.7.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"@tanstack/angular-query-devtools-experimental": "^5.58.0",
"typescript": "5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions examples/angular/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@angular/platform-browser-dynamic": "^17.3.12",
"@tanstack/angular-query-experimental": "^5.56.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.8"
"tslib": "^2.7.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"@tanstack/angular-query-devtools-experimental": "^5.58.0",
"typescript": "5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions examples/angular/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@angular/router": "^17.3.12",
"@tanstack/angular-query-experimental": "^5.56.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.8"
"tslib": "^2.7.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"@tanstack/angular-query-devtools-experimental": "^5.58.0",
"typescript": "5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@angular/router": "^17.3.12",
"@tanstack/angular-query-experimental": "^5.56.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.8"
"tslib": "^2.7.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"@tanstack/angular-query-devtools-experimental": "^5.58.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@algolia/client-search": "5.2.1",
"@algolia/client-search": "5.6.0",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"react": "19.0.0-rc-4c2e457c7c-20240522",
Expand All @@ -21,6 +21,6 @@
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/devtools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.13.0"
"react-intersection-observer": "^9.13.1"
},
"devDependencies": {
"@types/react": "^18.2.79",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-suspense-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-query-next-experimental": "^5.56.2",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-query-persist-client": "^5.56.2",
"msw": "^2.3.4",
"msw": "^2.4.9",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
},
"msw": {
"workerDirectory": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"next": "^14.2.5",
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
16 changes: 8 additions & 8 deletions examples/react/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@react-native-community/netinfo": "^11.3.2",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"expo": "^51.0.22",
"expo": "^51.0.34",
"expo-constants": "^16.0.2",
"expo-status-bar": "^1.12.1",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-native": "^0.74.3",
"react-native-gesture-handler": "^2.17.1",
"react-native": "^0.75.3",
"react-native-gesture-handler": "^2.19.0",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "^3.14.0",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.32.0",
"react-native-reanimated": "^3.15.3",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-web": "^0.19.12"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@expo/config": "^9.0.3",
"typescript": "5.3.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/react/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"match-sorter": "^6.3.4",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"rooks": "^7.14.1",
"sort-by": "^1.2.0"
},
Expand All @@ -26,6 +26,6 @@
"@types/sort-by": "^1.2.3",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
12 changes: 6 additions & 6 deletions examples/react/rick-morty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.0.0",
"@mui/styles": "^6.0.0",
"@mui/material": "^6.1.1",
"@mui/styles": "^6.1.1",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1"
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/shadow-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/react-dom": "npm:types-react-dom@rc",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
12 changes: 6 additions & 6 deletions examples/react/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.0.0",
"@mui/styles": "^6.0.0",
"@mui/material": "^6.1.1",
"@mui/styles": "^6.1.1",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1"
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.3.3",
"vite": "^5.3.5"
"vite": "^5.4.8"
}
}
16 changes: 8 additions & 8 deletions examples/solid/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/node": "^8.3.2",
"@astrojs/solid-js": "^4.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.4",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@tanstack/solid-query": "^5.56.2",
"@tanstack/solid-query-devtools": "^5.58.0",
"astro": "^4.12.2",
"solid-js": "^1.8.19",
"tailwindcss": "^3.4.7",
"astro": "^4.15.9",
"solid-js": "^1.9.1",
"tailwindcss": "^3.4.13",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit d2c5f00

Please sign in to comment.