-
- Downloads
fix(dcc element): disable observer on cheerio elements
... | ... | @@ -14,11 +14,11 @@ |
"install": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@types/cheerio": "^0.22.11", | ||
"cheerio": "^1.0.0-rc.2", | ||
"@types/chai": "^4.1.7", | ||
"@types/cheerio": "^0.22.11", | ||
"@types/mocha": "^5.2.6", | ||
"chai": "^4.2.0", | ||
"cheerio": "^1.0.0-rc.2", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"prettier": "^1.16.4", | ||
... | ... |
Please register or sign in to comment