Comparing version 0.0.27 to 0.0.28
{ | ||
"name": "exer", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "Utils in TypeScript, Debug, NanoTimer ...", | ||
@@ -38,17 +38,17 @@ "author": "kbajalc@gmail.com", | ||
"dependencies": { | ||
"lodash": "^4.17.11", | ||
"lodash": "^4.17.13", | ||
"uuid": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@types/chance": "^1.0.2", | ||
"@types/lodash": "^4.14.123", | ||
"@types/node": "^10.14.6", | ||
"@types/uuid": "^3.4.4", | ||
"@types/chance": "^1.0.5", | ||
"@types/lodash": "^4.14.136", | ||
"@types/node": "^10.14.12", | ||
"@types/uuid": "^3.4.5", | ||
"chance": "^1.0.18", | ||
"ts-node": "^8.1.0", | ||
"tslint": "^5.16.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tty": "^1.0.1", | ||
"typescript": "^3.4.5" | ||
"typescript": "^3.5.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
171630
2405
Updatedlodash@^4.17.13