update cssom package to rrweb self-owned package 'rrweb-cssom' (#925)

* test: update cssom package to rrweb self-owned package 'rrweb-cssom'

* style: remove outdated comments
This commit is contained in:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 77e86d1f20
commit dc7578b3fb
3 changed files with 7 additions and 9 deletions

View File

@@ -39,6 +39,6 @@
"lint": "yarn run concurrently --success=all -r -m=1 'yarn run markdownlint docs' 'yarn eslint packages/*/src --ext .ts,.tsx,.js,.jsx,.svelte'"
},
"resolutions": {
"**/jsdom/cssom": "^0.5.0"
"**/jsdom/cssom": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz"
}
}