|
22 | 22 | "react-native-vector-icons": "*"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "babel-cli": "^6.24.1", |
| 25 | + "babel-cli": "^6.26.0", |
26 | 26 | "babel-eslint": "^7.2.3",
|
27 |
| - "babel-preset-flow": "^6.23.0", |
28 |
| - "eslint": "^4.1.1", |
| 27 | + "eslint": "^4.5.0", |
29 | 28 | "eslint-config-prettier": "^2.3.0",
|
30 |
| - "eslint-plugin-babel": "^4.1.1", |
31 |
| - "eslint-plugin-flowtype": "^2.34.1", |
32 |
| - "eslint-plugin-import": "^2.6.1", |
33 |
| - "eslint-plugin-prettier": "^2.1.2", |
34 |
| - "eslint-plugin-react": "^7.1.0", |
35 |
| - "eslint-plugin-react-native": "^2.3.2", |
36 |
| - "flow-bin": "~0.45.0", |
37 |
| - "husky": "^0.14.2", |
38 |
| - "prettier": "^1.5.2", |
| 29 | + "eslint-plugin-babel": "^4.1.2", |
| 30 | + "eslint-plugin-flowtype": "^2.35.0", |
| 31 | + "eslint-plugin-import": "^2.7.0", |
| 32 | + "eslint-plugin-prettier": "^2.2.0", |
| 33 | + "eslint-plugin-react": "^7.2.1", |
| 34 | + "eslint-plugin-react-native": "^3.0.1", |
| 35 | + "flow-bin": "~0.49.1", |
| 36 | + "husky": "^0.14.3", |
| 37 | + "prettier": "^1.5.3", |
39 | 38 | "react": "16.0.0-alpha.12",
|
40 |
| - "react-native": "~0.45.1", |
41 |
| - "react-native-vector-icons": "~4.2.0" |
| 39 | + "react-native": "^0.47.1", |
| 40 | + "react-native-vector-icons": "~4.3.0" |
42 | 41 | },
|
43 | 42 | "dependencies": {
|
44 | 43 | "color": "^0.11.4",
|
45 | 44 | "prop-types": "^15.5.10",
|
46 |
| - "react-native-drawer": "^2.3.0" |
| 45 | + "react-native-drawer": "^2.4.0" |
47 | 46 | },
|
48 | 47 | "scripts": {
|
49 |
| - "commitmsg": "babel-node ./scripts/validateCommitMessage.js $GIT_PARAMS --presets flow", |
50 |
| - "precommit": "npm run lint && npm run flow", |
| 48 | + "commitmsg": "node ./scripts/validate-commit-message.js $GIT_PARAMS", |
| 49 | + "precommit": "yarn run lint && yarn run flow", |
51 | 50 | "flow": "flow",
|
52 | 51 | "lint": "eslint .",
|
53 | 52 | "test": "echo \"Error: no test specified\" && exit 1"
|
|
0 commit comments