File tree 3 files changed +369
-395
lines changed
3 files changed +369
-395
lines changed Original file line number Diff line number Diff line change 55
55
react-dom : { version: '^18', types: '^18' },
56
56
},
57
57
{
58
- version : ' rc ' ,
59
- types : ' npm:types-react@rc ' ,
60
- react-dom : { version: 'rc ', types: 'npm:types-react-dom@rc ' },
58
+ version : ' ^19 ' ,
59
+ types : ' ^19 ' ,
60
+ react-dom : { version: '^19 ', types: '^19 ' },
61
61
},
62
62
]
63
63
@@ -261,9 +261,9 @@ jobs:
261
261
react-dom : { version: '^18', types: '^18' },
262
262
},
263
263
{
264
- version : ' rc ' ,
265
- types : ' npm:types-react@rc ' ,
266
- react-dom : { version: 'rc ', types: 'npm:types-react-dom@rc ' },
264
+ version : ' ^19 ' ,
265
+ types : ' ^19 ' ,
266
+ react-dom : { version: '^19 ', types: '^19 ' },
267
267
},
268
268
]
269
269
Original file line number Diff line number Diff line change 63
63
}
64
64
},
65
65
"dependencies" : {
66
- "@types/use-sync-external-store" : " npm:types-use-sync-external-store@rc " ,
67
- "use-sync-external-store" : " ^1.2.2 || ^1. 4.0-rc "
66
+ "@types/use-sync-external-store" : " ^0.0.6 " ,
67
+ "use-sync-external-store" : " ^1.4.0"
68
68
},
69
69
"devDependencies" : {
70
70
"@babel/cli" : " ^7.24.7" ,
84
84
"@testing-library/react" : " ^16.1.0" ,
85
85
"@types/node" : " ^20.14.2" ,
86
86
"@types/prop-types" : " ^15.7.12" ,
87
- "@types/react" : " npm:types-react@rc " ,
88
- "@types/react-dom" : " npm:types-react-dom@rc " ,
87
+ "@types/react" : " ^19.0.1 " ,
88
+ "@types/react-dom" : " ^19.0.1 " ,
89
89
"babel-eslint" : " ^10.1.0" ,
90
90
"codecov" : " ^3.8.3" ,
91
91
"cross-env" : " ^7.0.3" ,
97
97
"eslint-plugin-react" : " ^7.34.2" ,
98
98
"jsdom" : " ^25.0.1" ,
99
99
"prettier" : " ^3.3.3" ,
100
- "react" : " 19.0.0-rc.1 " ,
101
- "react-dom" : " 19.0.0-rc.1 " ,
100
+ "react" : " ^ 19.0.0" ,
101
+ "react-dom" : " ^ 19.0.0" ,
102
102
"redux" : " ^5.0.1" ,
103
103
"rimraf" : " ^5.0.7" ,
104
104
"tsup" : " 7.0.0" ,
You can’t perform that action at this time.
0 commit comments