Skip to content

Commit 1421869

Browse files
authored
fix: expo: Update bufbuild and connectrpc dependencies to the latest NPM package (#185)
PR #184 did a BREAKING CHANGE to the API and created a new NPM package. Now we need to update expo/package-lock.json to use this for the bufbuild and connectrpc dependencies. I used `make npm.pack` to create a local package and verified with dSocial builds with it. Signed-off-by: Jeff Thompson <[email protected]>
1 parent f332abb commit 1421869

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

expo/package-lock.json

+15-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

expo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"license": "MIT",
3030
"homepage": "https://github.com/gnolang/gnonative#readme",
3131
"dependencies": {
32-
"@buf/gnolang_gnonative.bufbuild_es": "^1.7.2-20240919093120-8280c8c152be.2",
33-
"@buf/gnolang_gnonative.connectrpc_es": "^1.4.0-20240919093120-8280c8c152be.3",
32+
"@buf/gnolang_gnonative.bufbuild_es": "^1.8.0-20241010133002-359e8f20006f.3",
33+
"@buf/gnolang_gnonative.connectrpc_es": "^1.4.0-20241010133002-359e8f20006f.3",
3434
"@bufbuild/protobuf": "^1.8.0",
3535
"@connectrpc/connect": "^1.4.0",
3636
"@connectrpc/connect-web": "^1.4.0",

0 commit comments

Comments
 (0)