Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move git deps to npm #2164

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNKeychain (8.2.0):
- RNKeychain (8.2.2):
- React-Core
- RNLocalize (3.0.2):
- React-Core
Expand Down Expand Up @@ -1549,7 +1549,7 @@ DEPENDENCIES:
- react-native-address-generator (from `../node_modules/react-native-address-generator`)
- react-native-biometrics (from `../node_modules/react-native-biometrics`)
- "react-native-blur (from `../node_modules/@react-native-community/blur`)"
- react-native-change-icon (from `../node_modules/react-native-change-icon`)
- "react-native-change-icon (from `../node_modules/@synonymdev/react-native-change-icon`)"
- react-native-image-picker (from `../node_modules/react-native-image-picker`)
- "react-native-ldk (from `../node_modules/@synonymdev/react-native-ldk`)"
- react-native-mmkv (from `../node_modules/react-native-mmkv`)
Expand Down Expand Up @@ -1590,7 +1590,7 @@ DEPENDENCIES:
- RNExitApp (from `../node_modules/react-native-exit-app`)
- RNFS (from `../node_modules/react-native-fs`)
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNKeychain (from `../node_modules/react-native-keychain`)
- "RNKeychain (from `../node_modules/@synonymdev/react-native-keychain`)"
- RNLocalize (from `../node_modules/react-native-localize`)
- "RNNotifee (from `../node_modules/@notifee/react-native`)"
- RNPermissions (from `../node_modules/react-native-permissions`)
Expand Down Expand Up @@ -1687,7 +1687,7 @@ EXTERNAL SOURCES:
react-native-blur:
:path: "../node_modules/@react-native-community/blur"
react-native-change-icon:
:path: "../node_modules/react-native-change-icon"
:path: "../node_modules/@synonymdev/react-native-change-icon"
react-native-image-picker:
:path: "../node_modules/react-native-image-picker"
react-native-ldk:
Expand Down Expand Up @@ -1769,7 +1769,7 @@ EXTERNAL SOURCES:
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNKeychain:
:path: "../node_modules/react-native-keychain"
:path: "../node_modules/@synonymdev/react-native-keychain"
RNLocalize:
:path: "../node_modules/react-native-localize"
RNNotifee:
Expand Down Expand Up @@ -1878,7 +1878,7 @@ SPEC CHECKSUMS:
RNExitApp: 00036cabe7bacbb413d276d5520bf74ba39afa6a
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 9b113eb9b7a4cbe66e1dbf4d9914281863ee0703
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
RNKeychain: 35f92386e7f8548e3e60e7441121afbe8c62d8e4
RNLocalize: dbea38dcb344bf80ff18a1757b1becf11f70cae4
RNNotifee: 8e2d3df3f0e9ce8f5d1fe4c967431138190b6175
RNPermissions: 2c0eec471f4de66d04d226c339898d10a6e123c4
Expand All @@ -1893,7 +1893,7 @@ SPEC CHECKSUMS:
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
sodium-react-native-direct: 6bc246dbb4ec7c28093675e98b2846ce667f739d
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
Yoga: 04f1db30bb810187397fa4c37dd1868a27af229c
Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

PODFILE CHECKSUM: 8c2c3949d19327675be00d5f066e8eab99dd1e04
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"@synonymdev/blocktank-lsp-http-client": "1.5.0",
"@synonymdev/feeds": "3.0.0",
"@synonymdev/ledger": "0.0.5",
"@synonymdev/react-native-change-icon": "5.0.0",
"@synonymdev/react-native-keychain": "8.2.2",
"@synonymdev/react-native-ldk": "0.0.150",
"@synonymdev/react-native-lnurl": "0.0.10",
"@synonymdev/result": "0.0.2",
Expand Down Expand Up @@ -87,7 +89,6 @@
"react-native-address-generator": "0.3.3",
"react-native-biometrics": "3.0.1",
"react-native-camera-kit": "14.0.0-beta15",
"react-native-change-icon": "pwltr/react-native-change-icon",
"react-native-device-info": "11.1.0",
"react-native-dotenv": "3.4.11",
"react-native-draggable-flatlist": "4.0.1",
Expand All @@ -98,7 +99,6 @@
"react-native-haptic-feedback": "2.2.0",
"react-native-image-picker": "7.1.2",
"react-native-keyboard-accessory": "0.1.16",
"react-native-keychain": "synonymdev/react-native-keychain#refactor/android-data-store",
"react-native-localize": "3.0.2",
"react-native-mmkv": "2.12.2",
"react-native-modal": "13.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Settings/Security/StealthMode.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { memo, ReactElement, useMemo } from 'react';
import { Image, StyleSheet, View } from 'react-native';
import { useTranslation } from 'react-i18next';
import { changeIcon } from 'react-native-change-icon';
import { changeIcon } from '@synonymdev/react-native-change-icon';

import { BodyM } from '../../../styles/text';
import GradientBackground from '../../../components/GradientBackground';
Expand Down
2 changes: 1 addition & 1 deletion src/utils/keychain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Keychain from 'react-native-keychain';
import Keychain from '@synonymdev/react-native-keychain';
import { err, ok, Result } from '@synonymdev/result';
import { IResponse } from './types';

Expand Down
2 changes: 1 addition & 1 deletion src/utils/lightning/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EmitterSubscription, InteractionManager } from 'react-native';
import Keychain from 'react-native-keychain';
import Keychain from '@synonymdev/react-native-keychain';
import * as bitcoin from 'bitcoinjs-lib';
import RNFS from 'react-native-fs';
import { err, ok, Result } from '@synonymdev/result';
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { changeIcon } from 'react-native-change-icon';
import { changeIcon } from '@synonymdev/react-native-change-icon';
import { resetKeychainValue, setKeychainValue } from '../keychain';
import { dispatch, getSettingsStore } from '../../store/helpers';
import { updateSettings } from '../../store/slices/settings';
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4663,6 +4663,22 @@ __metadata:
languageName: node
linkType: hard

"@synonymdev/react-native-change-icon@npm:5.0.0":
version: 5.0.0
resolution: "@synonymdev/react-native-change-icon@npm:5.0.0"
peerDependencies:
react-native: "*"
checksum: 01e049715dc01ffdb081badd1803fbbb3630037be526224ff0ccec8d7aea8495b49bbafc0ace0926c8fbc1ac416ec5976626527b786586334fa3a964805db2c8
languageName: node
linkType: hard

"@synonymdev/react-native-keychain@npm:8.2.2":
version: 8.2.2
resolution: "@synonymdev/react-native-keychain@npm:8.2.2"
checksum: 90c16a7caec3ae648c2c9af3d87da4e7bd425719e528d2793345b73f4757ec6aeacbdb4126b77e6f3b4237d8e734d35d7769e7a2fda54caaaea8b97dc699f558
languageName: node
linkType: hard

"@synonymdev/react-native-ldk@npm:0.0.150":
version: 0.0.150
resolution: "@synonymdev/react-native-ldk@npm:0.0.150"
Expand Down Expand Up @@ -6314,6 +6330,8 @@ __metadata:
"@synonymdev/blocktank-lsp-http-client": 1.5.0
"@synonymdev/feeds": 3.0.0
"@synonymdev/ledger": 0.0.5
"@synonymdev/react-native-change-icon": 5.0.0
"@synonymdev/react-native-keychain": 8.2.2
"@synonymdev/react-native-ldk": 0.0.150
"@synonymdev/react-native-lnurl": 0.0.10
"@synonymdev/result": 0.0.2
Expand Down Expand Up @@ -6376,7 +6394,6 @@ __metadata:
react-native-biometrics: 3.0.1
react-native-bundle-visualizer: ^3.1.3
react-native-camera-kit: 14.0.0-beta15
react-native-change-icon: pwltr/react-native-change-icon
react-native-device-info: 11.1.0
react-native-dotenv: 3.4.11
react-native-draggable-flatlist: 4.0.1
Expand All @@ -6387,7 +6404,6 @@ __metadata:
react-native-haptic-feedback: 2.2.0
react-native-image-picker: 7.1.2
react-native-keyboard-accessory: 0.1.16
react-native-keychain: "synonymdev/react-native-keychain#refactor/android-data-store"
react-native-localize: 3.0.2
react-native-mmkv: 2.12.2
react-native-modal: 13.0.1
Expand Down Expand Up @@ -13987,15 +14003,6 @@ __metadata:
languageName: node
linkType: hard

react-native-change-icon@pwltr/react-native-change-icon:
version: 5.0.0
resolution: "react-native-change-icon@https://github.com/pwltr/react-native-change-icon.git#commit=be90bef119efb5495f7b53d0ad4fbb0c84e43e66"
peerDependencies:
react-native: "*"
checksum: e2343630467860bef49813599205b3f36914b8985297689d420078b719d0ab635e46db0ca2484f546ac558e33479097e130958fce89f424acf8763da14375562
languageName: node
linkType: hard

"react-native-device-info@npm:11.1.0":
version: 11.1.0
resolution: "react-native-device-info@npm:11.1.0"
Expand Down Expand Up @@ -14117,13 +14124,6 @@ react-native-change-icon@pwltr/react-native-change-icon:
languageName: node
linkType: hard

"react-native-keychain@synonymdev/react-native-keychain#refactor/android-data-store":
version: 8.2.0
resolution: "react-native-keychain@https://github.com/synonymdev/react-native-keychain.git#commit=7378c469afe81195487a3163295be425af79fa7a"
checksum: 96008e384e055b2c812a8271e758fac6f50e7018cd43644adbe2a0902fe5a3fa64698bc1056e507a5b4612da4a6ecc79144d52de4e01b8ee7e017ad550c83662
languageName: node
linkType: hard

"react-native-localize@npm:3.0.2":
version: 3.0.2
resolution: "react-native-localize@npm:3.0.2"
Expand Down