Skip to content

Commit

Permalink
build(deps): fix url for github package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckT committed Jul 8, 2024
1 parent 6ba2b40 commit 0e20d0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"react-native-restart-android": "^0.0.7",
"react-native-safe-area-context": "^4.10.7",
"react-native-screens": "^3.32.0",
"react-native-securerandom": "git+ssh://git@github.com:robhogan/react-native-securerandom.git",
"react-native-securerandom": "https://github.com/robhogan/react-native-securerandom.git",
"react-native-shake": "^5.5.2",
"react-native-share": "^10.2.1",
"react-native-simple-toast": "^3.3.1",
Expand Down Expand Up @@ -333,7 +333,7 @@
"json-schema": "^0.4.0",
"shell-quote": "^1.8.1",
"hermes-engine": "^0.11.0",
"react-native-securerandom": "git+ssh://git@github.com:robhogan/react-native-securerandom.git",
"react-native-securerandom": "https://github.com/robhogan/react-native-securerandom.git",
"minimatch": "^3.1.2",
"web3": "1.10.4",
"events": "^3.3.0",
Expand All @@ -344,7 +344,7 @@
"follow-redirects": "^1.15.6",
"redux": "^5.0.1",
"braces": "^3.0.3",
"blind-threshold-bls": "git+ssh://git@github.com:celo-org/blind-threshold-bls-wasm.git#e1e2f8a1ab5154c2f0b1c55cb0d61fbb1d907208"
"blind-threshold-bls": "https://github.com/celo-org/blind-threshold-bls-wasm.git#e1e2f8a1ab5154c2f0b1c55cb0d61fbb1d907208"
},
"detox": {
"testRunner": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7781,7 +7781,7 @@ __metadata:
react-native-restart-android: ^0.0.7
react-native-safe-area-context: ^4.10.7
react-native-screens: ^3.32.0
react-native-securerandom: "git+ssh://git@github.com:robhogan/react-native-securerandom.git"
react-native-securerandom: "https://github.com/robhogan/react-native-securerandom.git"
react-native-shake: ^5.5.2
react-native-share: ^10.2.1
react-native-simple-toast: ^3.3.1
Expand Down Expand Up @@ -9253,9 +9253,9 @@ __metadata:
languageName: node
linkType: hard

"blind-threshold-bls@git+ssh://git@github.com:celo-org/blind-threshold-bls-wasm.git#e1e2f8a1ab5154c2f0b1c55cb0d61fbb1d907208":
"blind-threshold-bls@https://github.com/celo-org/blind-threshold-bls-wasm.git#e1e2f8a1ab5154c2f0b1c55cb0d61fbb1d907208":
version: 0.1.0
resolution: "blind-threshold-bls@git+ssh://git@github.com:celo-org/blind-threshold-bls-wasm.git#commit=e1e2f8a1ab5154c2f0b1c55cb0d61fbb1d907208"
resolution: "blind-threshold-bls@https://github.com/celo-org/blind-threshold-bls-wasm.git#commit=e1e2f8a1ab5154c2f0b1c55cb0d61fbb1d907208"
checksum: 86f4becc7d7d4104cb3668e88b1336a92a9e0710dee5459451e85195295710769333eb76980a99991ccce9fef202de97604c912de6293b1c1224ed1058258a2a
languageName: node
linkType: hard
Expand Down Expand Up @@ -21517,9 +21517,9 @@ __metadata:
languageName: node
linkType: hard

"react-native-securerandom@git+ssh://git@github.com:robhogan/react-native-securerandom.git":
"react-native-securerandom@https://github.com/robhogan/react-native-securerandom.git":
version: 1.0.1
resolution: "react-native-securerandom@git+ssh://git@github.com:robhogan/react-native-securerandom.git#commit=d60ec2258a50cab3be509fc89e26c0c1c720aa94"
resolution: "react-native-securerandom@https://github.com/robhogan/react-native-securerandom.git#commit=d60ec2258a50cab3be509fc89e26c0c1c720aa94"
dependencies:
base64-js: "*"
peerDependencies:
Expand Down

0 comments on commit 0e20d0b

Please sign in to comment.