|
78 | 78 | "@clerk/eslint-config-custom": "workspace:*", |
79 | 79 | "@clerk/expo-passkeys": "workspace:*", |
80 | 80 | "@types/base-64": "^1.0.2", |
81 | | - "@types/node": "^20.11.24", |
82 | | - "@types/react": "catalog:react", |
83 | | - "@types/react-dom": "catalog:react", |
84 | 81 | "expo-auth-session": "^5.4.0", |
85 | 82 | "expo-local-authentication": "^13.8.0", |
86 | 83 | "expo-secure-store": "^12.8.1", |
87 | 84 | "expo-web-browser": "^12.8.2", |
88 | | - "react-native": "^0.73.9", |
89 | | - "typescript": "catalog:repo" |
| 85 | + "react-native": "^0.73.9" |
90 | 86 | }, |
91 | 87 | "peerDependencies": { |
92 | 88 | "@clerk/expo-passkeys": ">=0.0.6", |
93 | 89 | "expo-auth-session": ">=5", |
94 | 90 | "expo-local-authentication": ">=13.5.0", |
95 | 91 | "expo-secure-store": ">=12.4.0", |
96 | 92 | "expo-web-browser": ">=12.5.0", |
97 | | - "react": ">=18", |
98 | | - "react-dom": ">=18", |
| 93 | + "react": "catalog:peer-react", |
| 94 | + "react-dom": "catalog:peer-react", |
99 | 95 | "react-native": ">=0.73" |
100 | 96 | }, |
101 | 97 | "peerDependenciesMeta": { |
|
0 commit comments