Skip to content

Commit adb8ff4

Browse files
committed
chore: upgrade dependencies
1 parent 5ee010d commit adb8ff4

File tree

3 files changed

+99
-431
lines changed

3 files changed

+99
-431
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,25 @@
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",

src/utils/clean-all-html-attributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)