File tree 9 files changed +250
-249
lines changed
integrations/react-next-15
react-query-next-experimental
react-query-persist-client
9 files changed +250
-249
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" : " npm:types-react@rc " ,
20
- "@types/react-dom" : " npm:types-react-dom@rc " ,
19
+ "@types/react" : " ^19.0.0 " ,
20
+ "@types/react-dom" : " ^19.0.0 " ,
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" : " npm:types-react@rc " ,
19
- "@types/react-dom" : " npm:types-react-dom@rc " ,
18
+ "@types/react" : " ^19.0.0 " ,
19
+ "@types/react-dom" : " ^19.0.0 " ,
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" : " npm:types-react@rc " ,
19
- "@types/react-dom" : " npm:types-react-dom@rc " ,
18
+ "@types/react" : " ^19.0.0 " ,
19
+ "@types/react-dom" : " ^19.0.0 " ,
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" : " npm:types-react@rc " ,
48
- "@types/react-dom" : " npm:types-react-dom@rc " ,
47
+ "@types/react" : " ^19.0.0 " ,
48
+ "@types/react-dom" : " ^19.0.0 " ,
49
49
"@vitest/coverage-istanbul" : " ^2.0.4" ,
50
50
"@vitest/eslint-plugin" : " ^1.1.0" ,
51
51
"cpy-cli" : " ^5.0.0" ,
52
52
"esbuild-plugin-file-path-extensions" : " ^2.1.2" ,
53
53
"eslint" : " ^9.15.0" ,
54
- "eslint-plugin-react-hooks" : " ^5.1.0-rc-a19a8ab4-20240829 " ,
54
+ "eslint-plugin-react-hooks" : " ^5.1.0" ,
55
55
"jsdom" : " ^25.0.1" ,
56
56
"knip" : " ^5.37.2" ,
57
57
"nx" : " ^20.1.3" ,
76
76
},
77
77
"pnpm" : {
78
78
"overrides" : {
79
- "@types/react" : " npm: types- react@rc " ,
80
- "@types/react-dom" : " npm: types- react-dom@rc " ,
79
+ "@types/react" : " $@ types/ react" ,
80
+ "@types/react-dom" : " $@ types/ react" ,
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.0.1" ,
84
- "@types/react" : " npm:types-react@rc " ,
84
+ "@types/react" : " ^19.0.0 " ,
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" : " npm:types-react@rc " ,
57
+ "@types/react" : " ^19.0.0 " ,
58
58
"@vitejs/plugin-react" : " ^4.3.3" ,
59
59
"next" : " ^14.2.18" ,
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.0.1" ,
63
- "@types/react" : " npm:types-react@rc " ,
63
+ "@types/react" : " ^19.0.0 " ,
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.0.1" ,
69
69
"@testing-library/react-render-stream" : " ^2.0.0" ,
70
- "@types/react" : " npm:types-react@rc " ,
71
- "@types/react-dom" : " npm:types-react-dom@rc " ,
70
+ "@types/react" : " ^19.0.0 " ,
71
+ "@types/react-dom" : " ^19.0.0 " ,
72
72
"@vitejs/plugin-react" : " ^4.3.3" ,
73
73
"eslint-plugin-react-compiler" : " 19.0.0-beta-0dec889-20241115" ,
74
74
"react" : " ^19.0.0" ,
You can’t perform that action at this time.
0 commit comments