Skip to content

Commit

Permalink
chore(react-query): update devDeps (#8427)
Browse files Browse the repository at this point in the history
* chore(react-query): update devDeps

* chore: reflect review
  • Loading branch information
manudeli authored Dec 23, 2024
1 parent e41ea5a commit ee628e1
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 106 deletions.
4 changes: 2 additions & 2 deletions examples/react/nextjs-app-prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions examples/react/shadow-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
Expand Down
4 changes: 2 additions & 2 deletions integrations/react-next-15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"tupleson": "0.23.1"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "5.7.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@testing-library/jest-dom": "^6.6.3",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitest/coverage-istanbul": "^2.0.4",
"@vitest/eslint-plugin": "^1.1.16",
"cpy-cli": "^5.0.0",
Expand Down Expand Up @@ -76,8 +76,8 @@
},
"pnpm": {
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "$eslint"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"devDependencies": {
"@tanstack/react-query": "workspace:*",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.0",
"@types/react": "^19.0.1",
"@vitejs/plugin-react": "^4.3.3",
"react": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query-next-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
"devDependencies": {
"@tanstack/react-query": "workspace:*",
"@types/react": "^19.0.0",
"@types/react": "^19.0.1",
"@vitejs/plugin-react": "^4.3.3",
"next": "^14.2.20",
"react": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query-persist-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@tanstack/react-query": "workspace:*",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.0",
"@types/react": "^19.0.1",
"@vitejs/plugin-react": "^4.3.3",
"react": "^19.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"@tanstack/query-persist-client-core": "workspace:*",
"@testing-library/react": "^16.1.0",
"@testing-library/react-render-stream": "^2.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.3",
"eslint-plugin-react-compiler": "19.0.0-beta-0dec889-20241115",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2"
Expand Down
Loading

0 comments on commit ee628e1

Please sign in to comment.