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 Dec 23, 2024
1 parent 5be3872 commit c6281f1
Show file tree
Hide file tree
Showing 81 changed files with 2,964 additions and 2,437 deletions.
18 changes: 9 additions & 9 deletions examples/angular/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
18 changes: 9 additions & 9 deletions examples/angular/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
20 changes: 10 additions & 10 deletions examples/angular/devtools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
},
"private": true,
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/router": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@angular/router": "^19.1.0-next.4",
"@tanstack/angular-query-devtools-experimental": "^5.62.8",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
18 changes: 9 additions & 9 deletions examples/angular/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
18 changes: 9 additions & 9 deletions examples/angular/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
20 changes: 10 additions & 10 deletions examples/angular/query-options-from-a-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
},
"private": true,
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/router": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@angular/router": "^19.1.0-next.4",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
20 changes: 10 additions & 10 deletions examples/angular/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
},
"private": true,
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/router": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@angular/router": "^19.1.0-next.4",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
20 changes: 10 additions & 10 deletions examples/angular/rxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/forms": "19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/forms": "19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
18 changes: 9 additions & 9 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.4",
"@angular/compiler": "^19.1.0-next.4",
"@angular/core": "^19.1.0-next.4",
"@angular/platform-browser": "^19.1.0-next.4",
"@angular/platform-browser-dynamic": "^19.1.0-next.4",
"@tanstack/angular-query-experimental": "^5.62.8",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.1.0-next.4",
"typescript": "5.7.2"
}
}
6 changes: 3 additions & 3 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.18.0",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"react": "^19.0.0",
Expand All @@ -19,8 +19,8 @@
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
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.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.20",
"next": "^14.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.3.5"
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
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 @@ -14,8 +14,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
4 changes: 2 additions & 2 deletions examples/react/devtools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
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.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.20",
"next": "^14.2.21",
"react": "^18.2.0",
"react-dom": "^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 @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.20",
"next": "^14.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.14.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-app-prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^15.1.0",
"next": "^15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.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 @@ -12,7 +12,7 @@
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"@tanstack/react-query-next-experimental": "^5.62.8",
"next": "^14.2.20",
"next": "^14.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit c6281f1

Please sign in to comment.