File tree Expand file tree Collapse file tree 3 files changed +149
-88
lines changed Expand file tree Collapse file tree 3 files changed +149
-88
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 64
64
}
65
65
},
66
66
"dependencies" : {
67
- "@types/use-sync-external-store" : " npm:types-use-sync-external-store@rc " ,
68
- "use-sync-external-store" : " ^1.2.2 || ^1. 4.0-rc "
67
+ "@types/use-sync-external-store" : " ^0.0.6 " ,
68
+ "use-sync-external-store" : " ^1.4.0"
69
69
},
70
70
"devDependencies" : {
71
71
"@babel/cli" : " ^7.24.7" ,
85
85
"@testing-library/react" : " ^16.1.0" ,
86
86
"@types/node" : " ^20.14.2" ,
87
87
"@types/prop-types" : " ^15.7.12" ,
88
- "@types/react" : " npm:types-react@rc " ,
89
- "@types/react-dom" : " npm:types-react-dom@rc " ,
88
+ "@types/react" : " ^19.0.1 " ,
89
+ "@types/react-dom" : " ^19.0.1 " ,
90
90
"babel-eslint" : " ^10.1.0" ,
91
91
"codecov" : " ^3.8.3" ,
92
92
"cross-env" : " ^7.0.3" ,
98
98
"eslint-plugin-react" : " ^7.34.2" ,
99
99
"jsdom" : " ^25.0.1" ,
100
100
"prettier" : " ^3.3.3" ,
101
- "react" : " 19.0.0-rc.1 " ,
102
- "react-dom" : " 19.0.0-rc.1 " ,
101
+ "react" : " ^ 19.0.0" ,
102
+ "react-dom" : " ^ 19.0.0" ,
103
103
"redux" : " ^5.0.1" ,
104
104
"rimraf" : " ^5.0.7" ,
105
105
"tsup" : " ^8.3.5" ,
You can’t perform that action at this time.
0 commit comments