|
47 | 47 | "examples:expo-router-advanced": "yarn workspace @swmansion/react-native-detour-expo-router-advanced", |
48 | 48 | "test": "jest", |
49 | 49 | "typecheck": "tsc", |
50 | | - "lint": "eslint \"**/*.{js,ts,tsx}\"", |
| 50 | + "lint": "eslint . --cache --cache-location .eslintcache", |
51 | 51 | "clean": "del-cli lib", |
52 | 52 | "prepare": "bob build", |
53 | 53 | "release": "release-it --only-version" |
|
90 | 90 | "eslint-plugin-prettier": "^5.2.3", |
91 | 91 | "expo-application": "^6.1.5", |
92 | 92 | "expo-clipboard": "^7.1.5", |
| 93 | + "expo-constants": "~17.1.7", |
| 94 | + "expo-device": "~7.0.0", |
93 | 95 | "expo-localization": "^16.1.6", |
94 | 96 | "jest": "^29.7.0", |
95 | 97 | "prettier": "^3.0.3", |
96 | 98 | "react": "19.0.0", |
97 | 99 | "react-native": "0.79.6", |
98 | 100 | "react-native-builder-bob": "^0.40.13", |
99 | | - "react-native-device-info": "^14.0.4", |
100 | 101 | "release-it": "^17.10.0", |
101 | 102 | "typescript": "^5.8.3" |
102 | 103 | }, |
103 | 104 | "peerDependencies": { |
104 | 105 | "@react-native-async-storage/async-storage": ">=2.0.0", |
105 | 106 | "expo-application": ">=6.1.5", |
106 | 107 | "expo-clipboard": ">=6.0.0", |
| 108 | + "expo-constants": ">=17.1.7", |
| 109 | + "expo-device": ">=7.0.0", |
107 | 110 | "expo-localization": ">=15.0.0", |
108 | 111 | "react": ">=18", |
109 | | - "react-native": ">=0.72", |
110 | | - "react-native-device-info": ">=14.0.0" |
| 112 | + "react-native": ">=0.72" |
111 | 113 | }, |
112 | 114 | "peerDependenciesMeta": { |
113 | 115 | "@react-native-async-storage/async-storage": { |
|
0 commit comments