File tree Expand file tree Collapse file tree 5 files changed +93
-66
lines changed Expand file tree Collapse file tree 5 files changed +93
-66
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @anywidget/react " : minor
3
+ ---
4
+
5
+ Support React 19
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ src/ipyfoo/static
112
112
},
113
113
" dependencies" : {
114
114
" @anywidget/react" : " 0.0.8" ,
115
- " react" : " ^18.3.1 " ,
116
- " react-dom" : " ^18.3.1 "
115
+ " react" : " ^19.0.0 " ,
116
+ " react-dom" : " ^19.0.0 "
117
117
},
118
118
" devDependencies" : {}
119
119
} ",
@@ -341,12 +341,12 @@ src/ipyfoo/static
341
341
},
342
342
" dependencies" : {
343
343
" @anywidget/react" : " 0.0.8" ,
344
- " react" : " ^18.3.1 " ,
345
- " react-dom" : " ^18.3.1 "
344
+ " react" : " ^19.0.0 " ,
345
+ " react-dom" : " ^19.0.0 "
346
346
},
347
347
" devDependencies" : {
348
- " @types/react" : " ^18.3.12 " ,
349
- " @types/react-dom" : " ^18.3.1 " ,
348
+ " @types/react" : " ^19.0.1 " ,
349
+ " @types/react-dom" : " ^19.0.2 " ,
350
350
" typescript" : " ^5.7.2"
351
351
}
352
352
} ",
@@ -1304,8 +1304,8 @@ src/ipyfoo/static
1304
1304
},
1305
1305
" dependencies" : {
1306
1306
" @anywidget/react" : " 0.0.8" ,
1307
- " react" : " ^18.3.1 " ,
1308
- " react-dom" : " ^18.3.1 "
1307
+ " react" : " ^19.0.0 " ,
1308
+ " react-dom" : " ^19.0.0 "
1309
1309
},
1310
1310
" devDependencies" : {
1311
1311
" esbuild" : " ^0.24.0"
@@ -1535,12 +1535,12 @@ src/ipyfoo/static
1535
1535
},
1536
1536
" dependencies" : {
1537
1537
" @anywidget/react" : " 0.0.8" ,
1538
- " react" : " ^18.3.1 " ,
1539
- " react-dom" : " ^18.3.1 "
1538
+ " react" : " ^19.0.0 " ,
1539
+ " react-dom" : " ^19.0.0 "
1540
1540
},
1541
1541
" devDependencies" : {
1542
- " @types/react" : " ^18.3.12 " ,
1543
- " @types/react-dom" : " ^18.3.1 " ,
1542
+ " @types/react" : " ^19.0.1 " ,
1543
+ " @types/react-dom" : " ^19.0.2 " ,
1544
1544
" typescript" : " ^5.7.2" ,
1545
1545
" esbuild" : " ^0.24.0"
1546
1546
}
Original file line number Diff line number Diff line change 28
28
"@anywidget/react" : " workspace:^" ,
29
29
"@anywidget/types" : " workspace:^" ,
30
30
"@types/node" : " ^22.10.1" ,
31
- "@types/react" : " ^18.3.12 " ,
32
- "@types/react-dom" : " ^18.3.1 " ,
31
+ "@types/react" : " ^19.0.1 " ,
32
+ "@types/react-dom" : " ^19.0.2 " ,
33
33
"esbuild" : " ^0.24.0" ,
34
- "react" : " ^18.3.1 " ,
35
- "react-dom" : " ^18.3.1 " ,
34
+ "react" : " ^19.0.0 " ,
35
+ "react-dom" : " ^19.0.0 " ,
36
36
"typescript" : " ^5.7.2"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 15
15
}
16
16
},
17
17
"peerDependencies" : {
18
- "@types/react" : " ^18.0.0" ,
19
- "@types/react-dom" : " ^18.0.0" ,
20
- "react" : " ^18.0.0" ,
21
- "react-dom" : " ^18.0.0"
18
+ "@types/react" : " ^18.0.0 || ^19.0.0 " ,
19
+ "@types/react-dom" : " ^18.0.0 || ^19.0.0 " ,
20
+ "react" : " ^18.0.0 || ^19.0.0 " ,
21
+ "react-dom" : " ^18.0.0 || ^19.0.0 "
22
22
},
23
23
"devDependencies" : {
24
- "@types/react" : " ^18.3.12 " ,
25
- "@types/react-dom" : " ^18.3.1 " ,
26
- "react" : " ^18.3.1 " ,
27
- "react-dom" : " ^18.3.1 "
24
+ "@types/react" : " ^19.0.1 " ,
25
+ "@types/react-dom" : " ^19.0.2 " ,
26
+ "react" : " ^19.0.0 " ,
27
+ "react-dom" : " ^19.0.0 "
28
28
},
29
29
"dependencies" : {
30
30
"@anywidget/types" : " workspace:^"
You can’t perform that action at this time.
0 commit comments