File tree Expand file tree Collapse file tree 3 files changed +99
-431
lines changed
Expand file tree Collapse file tree 3 files changed +99
-431
lines changed Original file line number Diff line number Diff line change 6060 "webpack-merge" : " ^5.10.0"
6161 },
6262 "dependencies" : {
63- "@blackglory/prelude" : " ^0.3.4 " ,
63+ "@blackglory/prelude" : " ^0.4.0 " ,
6464 "@delight-rpc/webextension" : " ^0.3.0" ,
6565 "@headlessui/react" : " ^1.7.17" ,
6666 "@heroicons/react" : " ^2.1.1" ,
6767 "classnames" : " ^2.3.2" ,
6868 "delight-rpc" : " ^6.1.2" ,
6969 "dompurify" : " ^3.0.6" ,
70- "extra-blob" : " ^0.1.2 " ,
71- "extra-dom" : " ^0.7.1 " ,
72- "extra-promise" : " ^6 .0.8 " ,
70+ "extra-blob" : " ^0.2.1 " ,
71+ "extra-dom" : " ^0.7.2 " ,
72+ "extra-promise" : " ^7 .0.1 " ,
7373 "extra-proxy" : " ^0.4.1" ,
7474 "extra-react-hooks" : " ^0.6.5" ,
7575 "extra-react-store" : " ^0.1.9" ,
7676 "extra-semver" : " ^0.2.2" ,
77- "extra-utils" : " ^5.5.2 " ,
77+ "extra-utils" : " ^5.20.0 " ,
7878 "extra-webextension" : " ^0.4.0" ,
7979 "html2bbcode" : " ^1.2.6" ,
8080 "immer" : " ^10.0.3" ,
81- "iterable-operator" : " ^4.0.6 " ,
81+ "iterable-operator" : " ^5.1.0 " ,
8282 "prettier" : " ^3.1.1" ,
8383 "react" : " ^18.2.0" ,
8484 "react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export function cleanAllHTMLAttributes(html: string): string {
44 const fragment = parseFragment ( html )
55
66 for ( const element of fragment . querySelectorAll ( '*' ) ) {
7- removeAttributes ( element , ( ) => true )
7+ removeAttributes ( element )
88 }
99
1010 return stringifyFragment ( fragment )
You can’t perform that action at this time.
0 commit comments