Skip to content

Commit

Permalink
chore: Update dependencies (#6871)
Browse files Browse the repository at this point in the history
* Update knip to v4

* Update sherif

* Update jsdom

* Update types

* Update solid deps

* Dedupe dependencies

* Update expo to v50

* Update @vitejs/plugin-vue

* Update testing-library

* Update svelte dependencies

* Update vite and vitest

* Update solid and vinxi

* Update some example deps

* Update tanstack dependencies

* Update Nx to v18

* Remove @types/react-native

* pnpm dedupe

* Downgrade Nx

* Update jscodeshift
  • Loading branch information
lachlancollins committed Feb 10, 2024
1 parent 967c4fe commit 7a51c2a
Show file tree
Hide file tree
Showing 64 changed files with 2,973 additions and 4,753 deletions.
4 changes: 2 additions & 2 deletions examples/angular/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@angular/platform-browser": "^17.1.2",
"@tanstack/angular-query-devtools-experimental": "^5.20.1",
"@tanstack/angular-query-experimental": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"rxjs": "^7.8.1",
"zone.js": "^0.14.3"
},
"devDependencies": {
"typescript": "5.2.2",
"vite": "^5.0.10"
"vite": "^5.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"devDependencies": {
"typescript": "5.2.2",
"vite": "^5.0.10"
"vite": "^5.1.1"
}
}
12 changes: 6 additions & 6 deletions examples/react/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"test:types": "tsc"
},
"dependencies": {
"@algolia/client-search": "4.22.0",
"@algolia/transporter": "4.22.0",
"@algolia/client-search": "4.22.1",
"@algolia/transporter": "4.22.1",
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"algoliasearch": "4.22.0",
"algoliasearch": "4.22.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.2.2",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
"react": "^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,7 +17,7 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions examples/react/basic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"@tanstack/react-query-persist-client": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"typescript": "5.2.2",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.20.1",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
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 @@ -9,7 +9,7 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
"react": "^18.2.0",
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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@types/react": "^18.2.55",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/react/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"ky": "^1.1.3",
"ky": "^1.2.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-from": "^5.0.0",
"web-streams-polyfill": "^3.2.1"
"web-streams-polyfill": "^3.3.2"
}
}
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.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"@tanstack/react-query-persist-client": "^5.20.1",
"ky": "^1.1.3",
"ky": "^1.2.0",
"msw": "^2.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions examples/react/optimistic-updates-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/react/optimistic-updates-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/react/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
"react": "^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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
"react": "^18.2.0",
Expand Down
21 changes: 10 additions & 11 deletions examples/react/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,26 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@react-native-community/netinfo": "^9.3.10",
"@react-native-community/netinfo": "^11.1.0",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"expo": "^49.0.21",
"expo-constants": "^14.4.2",
"expo-status-bar": "^1.6.0",
"expo": "^50.0.6",
"expo-constants": "^15.4.5",
"expo-status-bar": "^1.11.1",
"react": "^18.2.0",
"react-native": "^0.72.6",
"react-native-gesture-handler": "^2.12.1",
"react-native": "^0.73.4",
"react-native-gesture-handler": "^2.14.1",
"react-native-paper": "^5.8.0",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "^3.22.1",
"react-native-reanimated": "^3.6.2",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-web": "^0.19.9"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@expo/config": "^8.1.2",
"@types/react-native": "^0.72.0",
"@expo/config": "^8.5.4",
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 deletions examples/react/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"match-sorter": "^6.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1",
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0",
"rooks": "^7.14.1",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions examples/react/rick-morty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@tanstack/react-query-devtools": "^5.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1"
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions examples/react/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@tanstack/react-query-devtools": "^5.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1"
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"dependencies": {
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.20.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"font-awesome": "^4.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
"vite": "^5.1.1"
},
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions examples/solid/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@tanstack/solid-query-devtools": "^5.20.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"solid-js": "^1.8.7"
"solid-js": "^1.8.14"
},
"devDependencies": {
"typescript": "5.2.2",
"vite": "^5.0.10",
"vite-plugin-solid": "^2.8.0"
"vite": "^5.1.1",
"vite-plugin-solid": "^2.9.1"
}
}

0 comments on commit 7a51c2a

Please sign in to comment.