Update project dependencies

This commit is contained in:
Mathieu Acthernoene 2017-09-12 01:07:04 +02:00
parent 9b8bac0875
commit 74119d471d
2 changed files with 4 additions and 4 deletions

View File

@ -9,4 +9,4 @@
munge_underscores=true
[version]
^0.50.0
^0.54.1

View File

@ -17,9 +17,9 @@
]
},
"devDependencies": {
"flow-bin": "^0.50.0",
"flow-bin": "^0.54.1",
"husky": "^0.14.3",
"lint-staged": "^4.0.2",
"prettier": "^1.5.3"
"lint-staged": "^4.1.3",
"prettier": "^1.6.1"
}
}