diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/frontend/package.json b/frontend/package.json index e85993f..49b001c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,15 +35,14 @@ "babel-eslint": "8.2.2", "babel-jest": "19.0.0", "babel-preset-react-native": "1.9.1", - "eslint": "4.19.1", "eslint-config-akveo-react": "1.0.0", "eslint-plugin-import": "2.11.0", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-react": "^7.7.0", - "jest-expo": "28.0.0", "husky": "0.14.3", - "react-test-renderer": "16.3.1", - "react-native-scripts": "1.14.0" + "jest-expo": "28.0.0", + "react-native-scripts": "1.14.0", + "react-test-renderer": "16.3.1" }, "husky": { "hooks": { |