Update prettier to 1.19.1 for optional chaining/nullish coalescing support

This commit is contained in:
Dragory 2019-11-27 22:02:37 +02:00
parent 969e06e00e
commit f3af836020
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
"devDependencies": {
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"prettier": "^1.16.4",
"prettier": "^1.19.1",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.2"