Skip to content

Commit c5ba552

Browse files
committed
Update deps
1 parent c756c0c commit c5ba552

File tree

3 files changed

+199
-31
lines changed

3 files changed

+199
-31
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
1515
"@bitcoinerlab/miniscript": "^1.4.0",
1616
"@breeztech/react-native-breez-sdk": "^0.6.6",
17-
"@breeztech/react-native-breez-sdk-liquid": "^0.7.2",
17+
"@breeztech/react-native-breez-sdk-liquid": "^0.7.7",
1818
"@gluestack-style/react": "^1.0.45",
1919
"@gluestack-ui/config": "^1.1.2",
2020
"@gluestack-ui/themed": "^1.1.62",
@@ -46,7 +46,7 @@
4646
"light-bolt11-decoder": "^3.2.0",
4747
"light-bolt12-decoder": "^1.0.2",
4848
"mpc-crypto-lib": "^1.0.8",
49-
"nanoid": "^5.1.4",
49+
"nanoid": "^5.1.5",
5050
"payjoin-react-native": "^1.0.6-alpha",
5151
"peach-api-ts": "^0.4.0",
5252
"react": "18.3.1",
@@ -70,7 +70,7 @@
7070
"@babel/preset-env": "^7.26.9",
7171
"@babel/runtime": "^7.26.10",
7272
"@react-native-community/cli": "^18.0.0",
73-
"@react-native/babel-preset": "0.78.0",
73+
"@react-native/babel-preset": "0.78.1",
7474
"@react-native/eslint-config": "0.78.0",
7575
"@react-native/metro-config": "0.78.0",
7676
"@react-native/typescript-config": "0.78.0",

yarn.lock

Lines changed: 80 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,10 +1054,10 @@
10541054
dependencies:
10551055
bip68 "^1.0.4"
10561056

1057-
"@breeztech/react-native-breez-sdk-liquid@^0.7.2":
1058-
version "0.7.2"
1059-
resolved "https://registry.npmjs.org/@breeztech/react-native-breez-sdk-liquid/-/react-native-breez-sdk-liquid-0.7.2.tgz"
1060-
integrity sha512-sPQ0J1wnOm3m7cHXpbxiSUL+xCT4BWCtT4Y/WdWXrQQFIXi/FUYkUnxpS4EMkFTPrvj7OjQSvrevSjL3X2lwWw==
1057+
"@breeztech/react-native-breez-sdk-liquid@^0.7.7":
1058+
version "0.7.7"
1059+
resolved "https://registry.npmjs.org/@breeztech/react-native-breez-sdk-liquid/-/react-native-breez-sdk-liquid-0.7.7.tgz"
1060+
integrity sha512-LYWdbPiy9CvxesLGxe98rtp4VJaMp6mDNEONNRlwUpwMuSBX/qfY/OslmLc5oCRoWm7gS87v0UtdPNlssor0lw==
10611061

10621062
"@breeztech/react-native-breez-sdk@^0.6.6":
10631063
version "0.6.6"
@@ -2822,6 +2822,14 @@
28222822
"@babel/traverse" "^7.25.3"
28232823
"@react-native/codegen" "0.78.0"
28242824

2825+
"@react-native/[email protected]":
2826+
version "0.78.1"
2827+
resolved "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.78.1.tgz"
2828+
integrity sha512-rD0tnct/yPEtoOc8eeFHIf8ZJJJEzLkmqLs8HZWSkt3w9VYWngqLXZxiDGqv0ngXjunAlC/Hpq+ULMVOvOnByw==
2829+
dependencies:
2830+
"@babel/traverse" "^7.25.3"
2831+
"@react-native/codegen" "0.78.1"
2832+
28252833
"@react-native/[email protected]":
28262834
version "0.77.1"
28272835
resolved "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.77.1.tgz"
@@ -2924,6 +2932,57 @@
29242932
babel-plugin-transform-flow-enums "^0.0.2"
29252933
react-refresh "^0.14.0"
29262934

2935+
"@react-native/[email protected]":
2936+
version "0.78.1"
2937+
resolved "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.78.1.tgz"
2938+
integrity sha512-yTVcHmEdNQH4Ju7lhvbiQaGxBpMcalgkBy/IvHowXKk/ex3nY1PolF16/mBG1BrefcUA/rtJpqTtk2Ii+7T/Lw==
2939+
dependencies:
2940+
"@babel/core" "^7.25.2"
2941+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
2942+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
2943+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
2944+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
2945+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
2946+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
2947+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
2948+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
2949+
"@babel/plugin-transform-block-scoping" "^7.25.0"
2950+
"@babel/plugin-transform-class-properties" "^7.25.4"
2951+
"@babel/plugin-transform-classes" "^7.25.4"
2952+
"@babel/plugin-transform-computed-properties" "^7.24.7"
2953+
"@babel/plugin-transform-destructuring" "^7.24.8"
2954+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
2955+
"@babel/plugin-transform-for-of" "^7.24.7"
2956+
"@babel/plugin-transform-function-name" "^7.25.1"
2957+
"@babel/plugin-transform-literals" "^7.25.2"
2958+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
2959+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
2960+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
2961+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
2962+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
2963+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
2964+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
2965+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
2966+
"@babel/plugin-transform-parameters" "^7.24.7"
2967+
"@babel/plugin-transform-private-methods" "^7.24.7"
2968+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
2969+
"@babel/plugin-transform-react-display-name" "^7.24.7"
2970+
"@babel/plugin-transform-react-jsx" "^7.25.2"
2971+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
2972+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
2973+
"@babel/plugin-transform-regenerator" "^7.24.7"
2974+
"@babel/plugin-transform-runtime" "^7.24.7"
2975+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
2976+
"@babel/plugin-transform-spread" "^7.24.7"
2977+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
2978+
"@babel/plugin-transform-typescript" "^7.25.2"
2979+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
2980+
"@babel/template" "^7.25.0"
2981+
"@react-native/babel-plugin-codegen" "0.78.1"
2982+
babel-plugin-syntax-hermes-parser "0.25.1"
2983+
babel-plugin-transform-flow-enums "^0.0.2"
2984+
react-refresh "^0.14.0"
2985+
29272986
"@react-native/[email protected]":
29282987
version "0.77.1"
29292988
resolved "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.77.1.tgz"
@@ -2950,6 +3009,19 @@
29503009
nullthrows "^1.1.1"
29513010
yargs "^17.6.2"
29523011

3012+
"@react-native/[email protected]":
3013+
version "0.78.1"
3014+
resolved "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.78.1.tgz"
3015+
integrity sha512-kGG5qAM9JdFtxzUwe7c6CyJbsU2PnaTrtCHA2dF8VEiNX1K3yd9yKPzfkxA7HPvmHoAn3ga1941O79BStWcM3A==
3016+
dependencies:
3017+
"@babel/parser" "^7.25.3"
3018+
glob "^7.1.1"
3019+
hermes-parser "0.25.1"
3020+
invariant "^2.2.4"
3021+
jscodeshift "^17.0.0"
3022+
nullthrows "^1.1.1"
3023+
yargs "^17.6.2"
3024+
29533025
"@react-native/[email protected]":
29543026
version "0.77.1"
29553027
resolved "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.77.1.tgz"
@@ -9583,10 +9655,10 @@ nanoid@^3.3.7:
95839655
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz"
95849656
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
95859657

9586-
nanoid@^5.1.4:
9587-
version "5.1.4"
9588-
resolved "https://registry.npmjs.org/nanoid/-/nanoid-5.1.4.tgz"
9589-
integrity sha512-GTFcMIDgR7tqji/LpSY8rtg464VnJl/j6ypoehYnuGb+Y8qZUdtKB8WVCXon0UEZgFDbuUxpIl//6FHLHgXSNA==
9658+
nanoid@^5.1.5:
9659+
version "5.1.5"
9660+
resolved "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz"
9661+
integrity sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==
95909662

95919663
95929664
version "3.3.8"

0 commit comments

Comments
 (0)