File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 70
70
"prettier" : " 1.19.1" ,
71
71
"react" : " 19.0.0" ,
72
72
"react-dom" : " 19.0.0" ,
73
+ "react-is" : " 19.0.0" ,
73
74
"react-shallow-renderer" : " 16.15.0" ,
74
75
"rollup" : " 2.79.1" ,
75
76
"rollup-plugin-babel" : " 4.4.0" ,
80
81
},
81
82
"peerDependencies" : {
82
83
"react" : " ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" ,
83
- "react-dom" : " ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
84
+ "react-dom" : " ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" ,
85
+ "react-is" : " ^18.0.0 || ^19.0.0"
84
86
},
85
87
"dependencies" : {
86
88
"@base2/pretty-print-object" : " 1.0.2" ,
87
- "is-plain-object" : " 5.0.0" ,
88
- "react-is" : " 19.0.0"
89
+ "is-plain-object" : " 5.0.0"
89
90
},
90
91
"jest" : {
91
92
"setupFilesAfterEnv" : [
You can’t perform that action at this time.
0 commit comments