Skip to content

Commit

Permalink
chore: reflect review
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 11, 2024
1 parent 4b04a38 commit e09a832
Show file tree
Hide file tree
Showing 8 changed files with 246 additions and 269 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": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@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": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@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": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@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": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitest/coverage-istanbul": "^2.0.4",
"@vitest/eslint-plugin": "^1.1.0",
"cpy-cli": "^5.0.0",
Expand Down Expand Up @@ -76,8 +76,8 @@
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "$eslint"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
},
"devDependencies": {
"@tanstack/react-query": "workspace:*",
"@testing-library/react": "^16.0.1",
"@types/react": "npm:types-react@rc",
"@testing-library/react": "^16.1.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": "npm:types-react@rc",
"@types/react": "^19.0.1",
"@vitejs/plugin-react": "^4.3.3",
"next": "^14.2.18",
"react": "^19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query-persist-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
},
"devDependencies": {
"@tanstack/react-query": "workspace:*",
"@testing-library/react": "^16.0.1",
"@types/react": "npm:types-react@rc",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.1",
"@vitejs/plugin-react": "^4.3.3",
"react": "^19.0.0"
},
Expand Down
485 changes: 231 additions & 254 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit e09a832

Please sign in to comment.