File tree 4 files changed +268
-10
lines changed
packages/create-anywidget 4 files changed +268
-10
lines changed Original file line number Diff line number Diff line change 17
17
"@rspack/cli" : " ^1.2.2" ,
18
18
"@rspack/core" : " ^1.2.2" ,
19
19
"@svitejs/changesets-changelog-github-compact" : " ^1.2.0" ,
20
- "esbuild" : " ^0.24.2 " ,
20
+ "esbuild" : " ^0.25.0 " ,
21
21
"happy-dom" : " ^17.0.3" ,
22
22
"publint" : " ^0.3.2" ,
23
23
"typescript" : " ^5.7.3" ,
Original file line number Diff line number Diff line change @@ -1308,7 +1308,7 @@ src/ipyfoo/static
1308
1308
" react-dom" : " ^19.0.0"
1309
1309
},
1310
1310
" devDependencies" : {
1311
- " esbuild" : " ^0.24.2 "
1311
+ " esbuild" : " ^0.25.0 "
1312
1312
}
1313
1313
} ",
1314
1314
"path": "package.json",
@@ -1542,7 +1542,7 @@ src/ipyfoo/static
1542
1542
" @types/react" : " ^19.0.8" ,
1543
1543
" @types/react-dom" : " ^19.0.3" ,
1544
1544
" typescript" : " ^5.7.3" ,
1545
- " esbuild" : " ^0.24.2 "
1545
+ " esbuild" : " ^0.25.0 "
1546
1546
}
1547
1547
} ",
1548
1548
"path": "package.json",
@@ -1796,7 +1796,7 @@ src/ipyfoo/static
1796
1796
},
1797
1797
" dependencies" : {},
1798
1798
" devDependencies" : {
1799
- " esbuild" : " ^0.24.2 "
1799
+ " esbuild" : " ^0.25.0 "
1800
1800
}
1801
1801
} ",
1802
1802
"path": "package.json",
@@ -2240,7 +2240,7 @@ src/ipyfoo/static
2240
2240
" devDependencies" : {
2241
2241
" @anywidget/types" : " 0.2.0" ,
2242
2242
" typescript" : " ^5.7.3" ,
2243
- " esbuild" : " ^0.24.2 "
2243
+ " esbuild" : " ^0.25.0 "
2244
2244
}
2245
2245
} ",
2246
2246
"path": "package.json",
Original file line number Diff line number Diff line change 30
30
"@types/node" : " ^22.13.0" ,
31
31
"@types/react" : " ^19.0.8" ,
32
32
"@types/react-dom" : " ^19.0.3" ,
33
- "esbuild" : " ^0.24.2 " ,
33
+ "esbuild" : " ^0.25.0 " ,
34
34
"react" : " ^19.0.0" ,
35
35
"react-dom" : " ^19.0.0" ,
36
36
"typescript" : " ^5.7.3"
You can’t perform that action at this time.
0 commit comments