diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/package.json b/frontend/package.json index 08d222f4..79e1576e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,9 +4,9 @@ "private": true, "devDependencies": { "babel-polyfill": "^6.26.0", - "cross-env": "^5.1.6", - "flow-bin": "^0.74.0", - "flow-typed": "^2.4.0", + "cross-env": "^5.2.0", + "flow-bin": "^0.94.0", + "flow-typed": "^2.5.1", "prettier-eslint-cli": "^4.7.1", "react-scripts": "3.0.0" }, |