File tree Expand file tree Collapse file tree 9 files changed +147
-106
lines changed
integrations/react-next-15
react-query-next-experimental
react-query-persist-client Expand file tree Collapse file tree 9 files changed +147
-106
lines changed Original file line number Diff line number Diff line change 16
16
"react-dom" : " ^19.0.0"
17
17
},
18
18
"devDependencies" : {
19
- "@types/react" : " ^19.0.0 " ,
20
- "@types/react-dom" : " ^19.0.0 " ,
19
+ "@types/react" : " ^19.0.1 " ,
20
+ "@types/react-dom" : " ^19.0.2 " ,
21
21
"typescript" : " 5.7.2"
22
22
}
23
23
}
Original file line number Diff line number Diff line change 15
15
"react-dom" : " ^19.0.0"
16
16
},
17
17
"devDependencies" : {
18
- "@types/react" : " ^19.0.0 " ,
19
- "@types/react-dom" : " ^19.0.0 " ,
18
+ "@types/react" : " ^19.0.1 " ,
19
+ "@types/react-dom" : " ^19.0.2 " ,
20
20
"@vitejs/plugin-react" : " ^4.3.3" ,
21
21
"typescript" : " 5.7.2" ,
22
22
"vite" : " ^5.3.5"
Original file line number Diff line number Diff line change 15
15
"tupleson" : " 0.23.1"
16
16
},
17
17
"devDependencies" : {
18
- "@types/react" : " ^19.0.0 " ,
19
- "@types/react-dom" : " ^19.0.0 " ,
18
+ "@types/react" : " ^19.0.1 " ,
19
+ "@types/react-dom" : " ^19.0.2 " ,
20
20
"typescript" : " 5.7.2"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 44
44
"@testing-library/jest-dom" : " ^6.6.3" ,
45
45
"@types/eslint" : " ^9.6.1" ,
46
46
"@types/node" : " ^22.9.3" ,
47
- "@types/react" : " ^19.0.0 " ,
48
- "@types/react-dom" : " ^19.0.0 " ,
47
+ "@types/react" : " ^19.0.1 " ,
48
+ "@types/react-dom" : " ^19.0.2 " ,
49
49
"@vitest/coverage-istanbul" : " ^2.0.4" ,
50
50
"@vitest/eslint-plugin" : " ^1.1.16" ,
51
51
"cpy-cli" : " ^5.0.0" ,
76
76
},
77
77
"pnpm" : {
78
78
"overrides" : {
79
- "@types/react" : " $@types/react " ,
80
- "@types/react-dom" : " $@types/react " ,
79
+ "@types/react" : " ^19.0.1 " ,
80
+ "@types/react-dom" : " ^19.0.2 " ,
81
81
"eslint" : " $eslint"
82
82
}
83
83
}
Original file line number Diff line number Diff line change 81
81
"devDependencies" : {
82
82
"@tanstack/react-query" : " workspace:*" ,
83
83
"@testing-library/react" : " ^16.1.0" ,
84
- "@types/react" : " ^19.0.0 " ,
84
+ "@types/react" : " ^19.0.1 " ,
85
85
"@vitejs/plugin-react" : " ^4.3.3" ,
86
86
"react" : " ^19.0.0"
87
87
},
Original file line number Diff line number Diff line change 54
54
],
55
55
"devDependencies" : {
56
56
"@tanstack/react-query" : " workspace:*" ,
57
- "@types/react" : " ^19.0.0 " ,
57
+ "@types/react" : " ^19.0.1 " ,
58
58
"@vitejs/plugin-react" : " ^4.3.3" ,
59
59
"next" : " ^14.2.20" ,
60
60
"react" : " ^19.0.0"
Original file line number Diff line number Diff line change 60
60
"devDependencies" : {
61
61
"@tanstack/react-query" : " workspace:*" ,
62
62
"@testing-library/react" : " ^16.1.0" ,
63
- "@types/react" : " ^19.0.0 " ,
63
+ "@types/react" : " ^19.0.1 " ,
64
64
"@vitejs/plugin-react" : " ^4.3.3" ,
65
65
"react" : " ^19.0.0"
66
66
},
Original file line number Diff line number Diff line change 67
67
"@tanstack/query-persist-client-core" : " workspace:*" ,
68
68
"@testing-library/react" : " ^16.1.0" ,
69
69
"@testing-library/react-render-stream" : " ^2.0.0" ,
70
- "@types/react" : " ^19.0.0 " ,
71
- "@types/react-dom" : " ^19.0.0 " ,
70
+ "@types/react" : " ^19.0.1 " ,
71
+ "@types/react-dom" : " ^19.0.2 " ,
72
72
"@vitejs/plugin-react" : " ^4.3.3" ,
73
- "eslint-plugin-react-compiler" : " 19.0.0-beta-0dec889-20241115 " ,
73
+ "eslint-plugin-react-compiler" : " 19.0.0-beta-df7b47d-20241124 " ,
74
74
"react" : " ^19.0.0" ,
75
75
"react-dom" : " ^19.0.0" ,
76
76
"react-error-boundary" : " ^4.1.2"
You can’t perform that action at this time.
0 commit comments