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
2022-07-02 15:55:45 +10:00
committed by GitHub
parent d5d877e380
commit 01612b7a75
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"
}
}