Skip to content

Commit f3a2c9e

Browse files
committed
Update Payjoin RN
1 parent e2b3e98 commit f3a2c9e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"light-bolt12-decoder": "^1.0.1",
4646
"mpc-crypto-lib": "^1.0.8",
4747
"nanoid": "^5.0.9",
48-
"payjoin-react-native": "^1.0.4-alpha",
48+
"payjoin-react-native": "^1.0.5-alpha",
4949
"peach-api-ts": "^0.4.0",
5050
"react": "18.3.1",
5151
"react-native": "0.76.6",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9570,16 +9570,16 @@ path-type@^4.0.0:
95709570
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
95719571
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
95729572

9573-
payjoin-react-native@^1.0.4-alpha:
9574-
version "1.0.4-alpha"
9575-
resolved "https://registry.npmjs.org/payjoin-react-native/-/payjoin-react-native-1.0.4-alpha.tgz"
9576-
integrity sha512-iJ/pnFc+RSx7jqvKXBIQIBvf+6SxsquyI1eXhC6Rljb8T5HQ2D8L8HbQyukdfayfc6Bi8SLZXge4jaj0cA/YRQ==
9573+
payjoin-react-native@^1.0.5-alpha:
9574+
version "1.0.5-alpha"
9575+
resolved "https://registry.npmjs.org/payjoin-react-native/-/payjoin-react-native-1.0.5-alpha.tgz"
9576+
integrity sha512-TLUJma1y+Q4KJXgTykOv7W61soxnWQzqdzT3LFx9uodqFwGyogtk5m2aKTuTV/sqLmhJvd+N+43vLeivWBhZ3w==
95779577
dependencies:
95789578
axios "^1.7.9"
95799579
bip32 "^5.0.0-rc.0"
95809580
bip39 "^3.1.0"
95819581
bitcoinjs-lib "^7.0.0-rc.0"
9582-
react-native "^0.76.5"
9582+
react-native "^0.76.6"
95839583
react-native-crypto "^2.2.0"
95849584

95859585
pbkdf2@^3.0.3, [email protected]:
@@ -10076,7 +10076,7 @@ react-native-web@>=0.19:
1007610076
postcss-value-parser "^4.2.0"
1007710077
styleq "^0.1.3"
1007810078

10079-
react-native@*, "react-native@^0.0.0-0 || >=0.65 <1.0", react-native@^0.76.5, react-native@>=0.63.4, react-native@>=0.72, [email protected]:
10079+
react-native@*, "react-native@^0.0.0-0 || >=0.65 <1.0", react-native@^0.76.6, react-native@>=0.63.4, react-native@>=0.72, [email protected]:
1008010080
version "0.76.6"
1008110081
resolved "https://registry.npmjs.org/react-native/-/react-native-0.76.6.tgz"
1008210082
integrity sha512-AsRi+ud6v6ADH7ZtSOY42kRB4nbM0KtSu450pGO4pDudl4AEK/AF96ai88snb2/VJJSGGa/49QyJVFXxz/qoFg==

0 commit comments

Comments
 (0)