|
1 | 1 | { |
2 | 2 | "name": "@iterable/react-native-sdk", |
3 | | - "version": "1.3.20", |
| 3 | + "version": "1.3.21", |
4 | 4 | "description": "Iterable SDK for React Native.", |
5 | 5 | "main": "./js/index.js", |
6 | 6 | "types": "./js/index.d.ts", |
|
20 | 20 | "author": "Iterable", |
21 | 21 | "license": "MIT", |
22 | 22 | "homepage": "https://github.com/Iterable/react-native-sdk", |
23 | | - "dependencies": { |
24 | | - "@react-native-community/hooks": "^2.6.0", |
25 | | - "@react-navigation/native": "^6.0.6", |
26 | | - "eslint": "^8.0.1", |
27 | | - "eslint-config-airbnb": "^19.0.4", |
28 | | - "react-native-safe-area-context": "^4.1.2", |
29 | | - "react-native-vector-icons": "^9.0.0", |
30 | | - "react-native-webview": "^11.0.0" |
31 | | - }, |
32 | 23 | "devDependencies": { |
33 | 24 | "@babel/core": "^7.10.2", |
| 25 | + "@react-navigation/native": "^6.0.6", |
34 | 26 | "@testing-library/react-native": "^7.2.0", |
35 | 27 | "@types/jest": "^26.0.0", |
36 | | - "@types/react": "^16.9.23", |
37 | | - "@types/react-native": "^0.62.13", |
38 | 28 | "@types/react-native-vector-icons": "^6.4.10", |
| 29 | + "@types/react-native": "^0.62.13", |
39 | 30 | "@types/react-test-renderer": "^17.0.1", |
| 31 | + "@types/react": "^16.9.23", |
40 | 32 | "@typescript-eslint/eslint-plugin": "^5.0.0", |
41 | | - "eslint-config-standard": "^14.0.0", |
| 33 | + "eslint-config-airbnb": "^19.0.4", |
42 | 34 | "eslint-config-standard-jsx": "^8.1.0", |
43 | 35 | "eslint-config-standard-react": "^9.2.0", |
44 | 36 | "eslint-config-standard-with-typescript": "^23.0.0", |
| 37 | + "eslint-config-standard": "^14.0.0", |
45 | 38 | "eslint-plugin-import": "^2.25.2", |
46 | 39 | "eslint-plugin-n": "^15.0.0", |
47 | 40 | "eslint-plugin-node": "^11.1.0", |
48 | 41 | "eslint-plugin-promise": "^6.0.0", |
49 | | - "eslint-plugin-react": "^7.31.10", |
50 | 42 | "eslint-plugin-react-hooks": "^4.6.0", |
51 | 43 | "eslint-plugin-react-native": "^4.0.0", |
| 44 | + "eslint-plugin-react": "^7.31.10", |
52 | 45 | "eslint-plugin-standard": "^4.0.0", |
| 46 | + "eslint": "^8.0.1", |
53 | 47 | "i": "^0.3.5", |
54 | 48 | "jest": "^26.0.1", |
55 | | - "react": "16.11.0", |
| 49 | + "react-native-safe-area-context": "^4.1.2", |
| 50 | + "react-native-vector-icons": "^9.0.0", |
| 51 | + "react-native-webview": "^11.0.0", |
56 | 52 | "react-native": "^0.68.0", |
| 53 | + "react": "16.11.0", |
57 | 54 | "ts-jest": "^26.0.0", |
58 | 55 | "typescript": "^3.9.5" |
59 | 56 | }, |
60 | 57 | "peerDependencies": { |
61 | | - "react": "*", |
62 | | - "react-native": "*" |
| 58 | + "@react-navigation/native": ">=6", |
| 59 | + "react-native-safe-area-context": ">=4", |
| 60 | + "react-native-vector-icons": ">=9", |
| 61 | + "react-native-webview": ">=11", |
| 62 | + "react-native": "*", |
| 63 | + "react": "*" |
63 | 64 | } |
64 | 65 | } |
0 commit comments