-
- Downloads
chore(deps): update all dependencies
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | ... | @@ -14,18 +14,16 @@ |
"install": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/cheerio": "^0.22.11", | ||
"@types/chai": "^4.2.0", | ||
"@types/mocha": "^5.2.7", | ||
"chai": "^4.2.0", | ||
"cheerio": "^1.0.0-rc.3", | ||
"mocha": "^6.1.4", | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.18.2", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.17.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.5.2", | ||
"typescript": "^3.5.3", | ||
"xml-js": "^1.6.11" | ||
} | ||
} |
Please register or sign in to comment