Skip to content

Commit

Permalink
Install PB-related libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Jan 4, 2025
1 parent 65c0564 commit 6b9ecce
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
5 changes: 5 additions & 0 deletions react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@
]
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@expo/vector-icons": "^14.0.2",
"@lingui/core": "^5.1.2",
"@lingui/react": "^5.1.2",
"@penumbra-labs/registry": "^12.0.0",
"@penumbra-zone/bech32m": "^11.0.0",
"@penumbra-zone/getters": "^21.0.0",
"@penumbra-zone/protobuf": "^7.0.0",
"@penumbra-zone/types": "^27.1.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@reduxjs/toolkit": "^2.5.0",
Expand Down
55 changes: 54 additions & 1 deletion react-native-expo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,11 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bufbuild/protobuf@^1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@bufbuild/protobuf/-/protobuf-1.10.0.tgz#1a67ac889c2d464a3492b3e54c38f80517963b16"
integrity sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==

"@chromatic-com/storybook@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@chromatic-com/storybook/-/storybook-3.2.2.tgz#08754443de55618f802f88450c35266fd6d25db5"
Expand Down Expand Up @@ -1909,6 +1914,34 @@
resolved "https://registry.yarnpkg.com/@penumbra-labs/registry/-/registry-12.0.0.tgz#824c0b9c167495b0404562e9f1eb9656a15a8e8d"
integrity sha512-fQ4onHovusiOZL2nhoCoEo+/sQovK9NAQmNvehIw7Q0dhw9InXIZBTUSOKujhvyrcca+vA9FsaHWr0DSv/pDsw==

"@penumbra-zone/bech32m@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@penumbra-zone/bech32m/-/bech32m-11.0.0.tgz#dd0b8cd99294e5c265a117249ebbd8c4acbae563"
integrity sha512-GXBawCDEaEMMYSo8WIbpM0l8NbJC9gZMHS5ttDPNH1SC7LfMGzjvZeMHvNulNV3cLZJSrmxxTIbg78QKWNsldw==
dependencies:
bech32 "^2.0.0"

"@penumbra-zone/getters@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@penumbra-zone/getters/-/getters-21.0.0.tgz#07df565d506d5180fd42cf0ace28498632803b40"
integrity sha512-4I8eKe4b37qLuZrU72zhvqEvYsKHbtejWALijcuYiH7Udkkkzbr+hwjTgvin9cp251aM+8GRpjWgo4NReKMvQQ==

"@penumbra-zone/protobuf@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@penumbra-zone/protobuf/-/protobuf-7.0.0.tgz#b9055dd4da085e0c16a82cbf3f207ffcf2ccfb24"
integrity sha512-QDLjFjQ5Y1m71AIfDUKqHTEIBBabd+pQsFPJPMEakG5rJ9p2GycSr6yrg/93UgzuShWfeVLR4nwOZdaEA3SPig==

"@penumbra-zone/types@^27.1.0":
version "27.1.0"
resolved "https://registry.yarnpkg.com/@penumbra-zone/types/-/types-27.1.0.tgz#9ff6573a5466c3074f32efcf7fec830a5cdfdaa7"
integrity sha512-3bYZ0kE7K/X++Lo+l854Y3WaDhBdVOOki1D4JnJZTVTf5U2DbFimuULTKij7p5hUno2797+DPIlog6x0GFdlXA==
dependencies:
bignumber.js "^9.1.2"
decimal.js "^10.4.3"
idb "^8.0.0"
lodash "^4.17.21"
zod "^3.23.8"

"@pkgjs/parseargs@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
Expand Down Expand Up @@ -3844,6 +3877,11 @@ base64-js@^1.2.3, base64-js@^1.3.1, base64-js@^1.5.1:
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==

bech32@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/bech32/-/bech32-2.0.0.tgz#078d3686535075c8c79709f054b1b226a133b355"
integrity sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg==

better-opn@^3.0.2, better-opn@~3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-3.0.2.tgz#f96f35deaaf8f34144a4102651babcf00d1d8817"
Expand All @@ -3856,6 +3894,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.52.tgz#60a887f3047614a8e1bffe5d7173490a97dc8c85"
integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==

bignumber.js@^9.1.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c"
integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==

binary-extensions@^2.0.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
Expand Down Expand Up @@ -4633,7 +4676,7 @@ debug@^3.1.0, debug@^3.2.7:
dependencies:
ms "^2.1.1"

decimal.js@^10.4.2:
decimal.js@^10.4.2, decimal.js@^10.4.3:
version "10.4.3"
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==
Expand Down Expand Up @@ -6379,6 +6422,11 @@ iconv-lite@^0.4.24:
dependencies:
safer-buffer ">= 2.1.2 < 3"

idb@^8.0.0:
version "8.0.1"
resolved "https://registry.yarnpkg.com/idb/-/idb-8.0.1.tgz#15e8be673413d6caf4beefacf086c8902d785e1e"
integrity sha512-EkBCzUZSdhJV8PxMSbeEV//xguVKZu9hZZulM+2gHXI0t2hGVU3eYE6/XnH77DS6FM2FY8wl17aDcu9vXpvLWQ==

ieee754@^1.1.13:
version "1.2.1"
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
Expand Down Expand Up @@ -11280,3 +11328,8 @@ yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zod@^3.23.8:
version "3.24.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==

0 comments on commit 6b9ecce

Please sign in to comment.