Skip to content

Commit

Permalink
fix: expo: Update bufbuild and connectrpc dependencies to the latest …
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
jefft0 authored Oct 11, 2024
1 parent f332abb commit 1421869
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
23 changes: 15 additions & 8 deletions expo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"license": "MIT",
"homepage": "https://github.com/gnolang/gnonative#readme",
"dependencies": {
"@buf/gnolang_gnonative.bufbuild_es": "^1.7.2-20240919093120-8280c8c152be.2",
"@buf/gnolang_gnonative.connectrpc_es": "^1.4.0-20240919093120-8280c8c152be.3",
"@buf/gnolang_gnonative.bufbuild_es": "^1.8.0-20241010133002-359e8f20006f.3",
"@buf/gnolang_gnonative.connectrpc_es": "^1.4.0-20241010133002-359e8f20006f.3",
"@bufbuild/protobuf": "^1.8.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
Expand Down

0 comments on commit 1421869

Please sign in to comment.