File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 50
50
"devDependencies" : {
51
51
"@testing-library/dom" : " ^10.0.0" ,
52
52
"@testing-library/jest-dom" : " ^5.11.6" ,
53
- "@types/react" : " ^18.3.1 " ,
54
- "@types/react-dom" : " ^18.3 .0" ,
53
+ "@types/react" : " ^19.0.0 " ,
54
+ "@types/react-dom" : " ^19.0 .0" ,
55
55
"chalk" : " ^4.1.2" ,
56
56
"dotenv-cli" : " ^4.0.0" ,
57
57
"jest-diff" : " ^29.7.0" ,
64
64
},
65
65
"peerDependencies" : {
66
66
"@testing-library/dom" : " ^10.0.0" ,
67
- "@types/react" : " ^18.0.0" ,
68
- "@types/react-dom" : " ^18.0.0" ,
69
- "react" : " ^18.0.0" ,
70
- "react-dom" : " ^18.0.0"
67
+ "@types/react" : " ^18.0.0 || ^19.0.0 " ,
68
+ "@types/react-dom" : " ^18.0.0 || ^19.0.0 " ,
69
+ "react" : " ^18.0.0 || ^19.0.0 " ,
70
+ "react-dom" : " ^18.0.0 || ^19.0.0 "
71
71
},
72
72
"peerDependenciesMeta" : {
73
73
"@types/react" : {
You can’t perform that action at this time.
0 commit comments