diff --git a/package-lock.json b/package-lock.json index 8167bc1aba27..8dbd6b7b5b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "react-native-get-random-values": "1.9.0", "react-native-immersive-mode": "2.0.1", "react-native-keep-awake": "4.0.0", - "react-native-orientation-locker": "1.5.0", + "react-native-orientation-locker": "https://github.com/jitsi/react-native-orientation-locker/releases/download/v1.5.0-jitsi1/react-native-orientation-locker-1.5.0.tgz", "react-native-pager-view": "6.2.0", "react-native-paper": "5.10.3", "react-native-performance": "5.0.0", @@ -15920,12 +15920,18 @@ }, "node_modules/react-native-orientation-locker": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/react-native-orientation-locker/-/react-native-orientation-locker-1.5.0.tgz", - "integrity": "sha512-4XOCGmNN4BXg5JUFjUuXpsfhPJmbA3LkQilJO1ed+6vL97teTdG2w5IEevKiqL9/hPjeWE8YYtX/YW+yp53hkg==", + "resolved": "https://github.com/jitsi/react-native-orientation-locker/releases/download/v1.5.0-jitsi1/react-native-orientation-locker-1.5.0.tgz", + "integrity": "sha512-fR/lyo2Pqlf7ubWAhUmOKku7Ciaf83q6f7sNgYvPGUhDEjWUy/lyOJu2WZBnM4XdAmftBVSXl/JhBQAqXcckVw==", + "license": "MIT", "peerDependencies": { "react": ">=16.13.1", "react-native": ">=0.63.2", "react-native-windows": ">=0.63.3" + }, + "peerDependenciesMeta": { + "react-native-windows": { + "optional": true + } } }, "node_modules/react-native-pager-view": { @@ -32185,9 +32191,8 @@ "integrity": "sha512-0Fotox+eLXQooeibVs3P60yASYUWjtRw9MZNmbuHt5UZQrgUrAKsE4jm7gTr4tPU1m1RkwGzcgUFpcOkh/ec7g==" }, "react-native-orientation-locker": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/react-native-orientation-locker/-/react-native-orientation-locker-1.5.0.tgz", - "integrity": "sha512-4XOCGmNN4BXg5JUFjUuXpsfhPJmbA3LkQilJO1ed+6vL97teTdG2w5IEevKiqL9/hPjeWE8YYtX/YW+yp53hkg==" + "version": "https://github.com/jitsi/react-native-orientation-locker/releases/download/v1.5.0-jitsi1/react-native-orientation-locker-1.5.0.tgz", + "integrity": "sha512-fR/lyo2Pqlf7ubWAhUmOKku7Ciaf83q6f7sNgYvPGUhDEjWUy/lyOJu2WZBnM4XdAmftBVSXl/JhBQAqXcckVw==" }, "react-native-pager-view": { "version": "6.2.0", diff --git a/package.json b/package.json index 3b0857c36aec..71e851dfa750 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-native-get-random-values": "1.9.0", "react-native-immersive-mode": "2.0.1", "react-native-keep-awake": "4.0.0", - "react-native-orientation-locker": "1.5.0", + "react-native-orientation-locker": "https://github.com/jitsi/react-native-orientation-locker/releases/download/v1.5.0-jitsi1/react-native-orientation-locker-1.5.0.tgz", "react-native-pager-view": "6.2.0", "react-native-paper": "5.10.3", "react-native-performance": "5.0.0",