|
16 | 16 | "url": "git+https://github.com/fjmorant/react-native-nested-listview.git" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@types/lodash.isequal": "^4.5.2", |
20 | | - "lodash.isequal": "^4.5.0", |
21 | | - "shortid": "^2.2.8" |
| 19 | + "@types/lodash.isequal": "4.5.2", |
| 20 | + "lodash.isequal": "4.5.0", |
| 21 | + "shortid": "2.2.8" |
22 | 22 | }, |
23 | 23 | "peerDependencies": { |
24 | 24 | "react": "16.2.0", |
25 | 25 | "react-native": "~0.54.2" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@types/jest": "^22.2.0", |
29 | | - "@types/react": "^16.0.40", |
30 | | - "@types/react-native": "^0.55.0", |
31 | | - "@types/react-test-renderer": "^16.0.1", |
32 | | - "@types/shortid": "^0.0.29", |
33 | | - "babel-eslint": "^8.0.1", |
34 | | - "babel-jest": "^22.4.1", |
35 | | - "babel-preset-react-native": "^4.0.0", |
36 | | - "eslint": "^4.9.0", |
37 | | - "eslint-plugin-flowtype": "^2.36.0", |
38 | | - "eslint-plugin-react": "^7.4.0", |
39 | | - "eslint-plugin-react-native": "^3.1.0", |
40 | | - "flow-bin": "^0.70.0", |
41 | | - "istanbul": "^0.4.5", |
| 28 | + "@types/jest": "22.2.0", |
| 29 | + "@types/react": "16.0.40", |
| 30 | + "@types/react-native": "0.55.0", |
| 31 | + "@types/react-test-renderer": "16.0.1", |
| 32 | + "@types/shortid": "0.0.29", |
| 33 | + "babel-eslint": "8.0.1", |
| 34 | + "babel-jest": "22.4.1", |
| 35 | + "babel-preset-react-native": "4.0.0", |
| 36 | + "eslint": "4.9.0", |
| 37 | + "eslint-plugin-flowtype": "2.36.0", |
| 38 | + "eslint-plugin-react": "7.4.0", |
| 39 | + "eslint-plugin-react-native": "3.1.0", |
| 40 | + "flow-bin": "0.70.0", |
| 41 | + "istanbul": "0.4.5", |
42 | 42 | "istanbul-api": "1.2.2", |
43 | 43 | "istanbul-reports": "1.1.4", |
44 | | - "jest": "^22.4.2", |
45 | | - "prettier": "^1.7.0", |
46 | | - "prettier-eslint": "^8.2.1", |
| 44 | + "jest": "22.4.2", |
| 45 | + "prettier": "1.7.0", |
| 46 | + "prettier-eslint": "8.2.1", |
47 | 47 | "react-test-renderer": "16.3.2", |
48 | | - "ts-jest": "^22.4.1", |
49 | | - "tslint": "^5.9.1", |
50 | | - "typescript": "^2.7.2" |
| 48 | + "ts-jest": "22.4.1", |
| 49 | + "tslint": "5.9.1", |
| 50 | + "typescript": "2.7.2" |
51 | 51 | }, |
52 | 52 | "keywords": ["react", "native", "list", "nested"], |
53 | 53 | "author": "Javier Morant", |
|
0 commit comments