Skip to content

Commit

Permalink
chore: update protobuf-es-lite
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Apr 26, 2024
1 parent c035d06 commit 45eb96e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/aperturerobotics/template
go 1.22

require (
github.com/aperturerobotics/common v0.14.1 // latest
github.com/aperturerobotics/common v0.14.4 // latest
github.com/aperturerobotics/protobuf-go-lite v0.6.0 // latest
github.com/aperturerobotics/starpc v0.31.3 // latest
github.com/aperturerobotics/starpc v0.31.11 // latest
)

require github.com/pkg/errors v0.9.1 // indirect

require (
github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect
github.com/aperturerobotics/util v1.18.1 // indirect
github.com/aperturerobotics/util v1.21.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ipfs/go-cid v0.4.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
github.com/aperturerobotics/common v0.14.1 h1:QmXrsCLp6r5HiKXES0VM5NelSw6Ga5Gr983dGiE1hy4=
github.com/aperturerobotics/common v0.14.1/go.mod h1:MkCLl9iUXglujvO9wAbrZ9bm72mesXaAq288HGnzshA=
github.com/aperturerobotics/common v0.14.4 h1:gZYBW7zLEEhfrtrgQvrz1bQShAoRugG58XvNYGlbP7I=
github.com/aperturerobotics/common v0.14.4/go.mod h1:MkCLl9iUXglujvO9wAbrZ9bm72mesXaAq288HGnzshA=
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI=
github.com/aperturerobotics/json-iterator-lite v1.0.0/go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg=
github.com/aperturerobotics/protobuf-go-lite v0.6.0 h1:EE168e2oov6wmDv8AdSAlz2G1nHbf0HlYG917CgJ+ug=
github.com/aperturerobotics/protobuf-go-lite v0.6.0/go.mod h1:6Bp+C+fI1uh0NmIKpxlxyHMkKtCP9Kb3PHkhOzxG4B8=
github.com/aperturerobotics/starpc v0.31.3 h1:L8nSrqeqS6tmf7kvuWO7Ht2xvZJ2BaT3hgGNahjwdV4=
github.com/aperturerobotics/starpc v0.31.3/go.mod h1:uVjvQfJunHUEg9hAoPkbP6FysIvGqcRQnrZXaDl2WP0=
github.com/aperturerobotics/util v1.18.1 h1:Iu8toMYRKs3d0TH8JkAMwfEYY8bEekDaTEvLOVVqh44=
github.com/aperturerobotics/util v1.18.1/go.mod h1:Oz7Rmq5sKS1UgTRJkDWYfyf1LiA2rIRbnO341Xd91bU=
github.com/aperturerobotics/starpc v0.31.11 h1:iBMI66ur4J4GBB4IrsNAYehxbeEZHrkfVoCzxgyUhpw=
github.com/aperturerobotics/starpc v0.31.11/go.mod h1:roNNOXrqxQmmj8gnBDzXNFJN/cvORApXNHRfaPApHAo=
github.com/aperturerobotics/util v1.21.0 h1:T0jGm1BJya9OjYTUubJThlCeFdMYkXVe3tCB6Aw3u6k=
github.com/aperturerobotics/util v1.21.0/go.mod h1:recS+Q4YvyWXlJUSSkixLkf+AHxGcjNKHwebDbN0WiI=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"singleQuote": true
},
"devDependencies": {
"@aptre/common": "^0.14.1",
"@aptre/common": "^0.14.3",
"depcheck": "^1.4.7",
"prettier": "^3.2.5",
"typescript": "^5.1.6"
},
"dependencies": {
"@aptre/protobuf-es-lite": "^0.2.3",
"@aptre/protobuf-es-lite": "^0.2.7",
"@bufbuild/protobuf": "^1.9.0",
"starpc": "^0.31.7"
"starpc": "^0.31.11"
}
}
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@aptre/common@^0.14.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.14.1.tgz#b73fbfb58f43478b072bda52ccac0371b17222d8"
integrity sha512-xVoNBCIpjbJr+SwfOwYN4B/H3wI+hdrOgPnCfKmiSQg0YO5JOctQMXWvCAwxukDSSiJf8jrhd/3bsWG+fN6KPg==
"@aptre/common@^0.14.3":
version "0.14.3"
resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.14.3.tgz#410c3c5f7543c8252fea8f760ab8795d112cad95"
integrity sha512-tYhe86jvQUTnp7Jv4VyiDkqs79z59GiRyNJxvvqJI7UPgVMxQAiT4j9TOKQllFk1ZNzfqnRQH4EYme85TkD0fw==
dependencies:
"@aptre/protobuf-es-lite" "^0.2.3"
"@aptre/protobuf-es-lite" "^0.2.6"
"@bufbuild/protobuf" "^1.8.0"
"@typescript-eslint/eslint-plugin" "^7.7.0"
"@typescript-eslint/parser" "^7.7.0"
eslint "^9.1.0"
eslint-config-prettier "^9.0.0"
eslint-plugin-react-hooks "^4.6.1"
eslint-plugin-unused-imports "^3.0.0"
starpc "^0.31.7"
starpc "^0.31.10"

"@aptre/it-ws@^1.0.0":
version "1.0.0"
Expand All @@ -33,10 +33,10 @@
uint8arrays "^5.0.0"
ws "^8.4.0"

"@aptre/protobuf-es-lite@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@aptre/protobuf-es-lite/-/protobuf-es-lite-0.2.3.tgz#f3347985cad9861819fd3642afa28d408c7bf9b7"
integrity sha512-pJnQDAPO2UdQgezm8wukxIMvxq5ZD8hqnZh5sHDKKDfFHgqT8IsNmDaUxprNzuQee7ayPmtPcm1pO99XwJP8hg==
"@aptre/protobuf-es-lite@^0.2.6", "@aptre/protobuf-es-lite@^0.2.7":
version "0.2.7"
resolved "https://registry.yarnpkg.com/@aptre/protobuf-es-lite/-/protobuf-es-lite-0.2.7.tgz#f35383eca312ff81c34cf846922e27e34d0ce2de"
integrity sha512-zmgKcOD933JcXXYUtkUWokeokrCOIBaA1g+PHmWhcmOLxw/k9f8WENZjxljx6SfRJsWtRZXsEFriGq2QhkW6oA==
dependencies:
"@bufbuild/protobuf" "^1.9.0"
"@bufbuild/protoplugin" "1.9.0"
Expand Down Expand Up @@ -1765,13 +1765,13 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==

starpc@^0.31.7:
version "0.31.7"
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.31.7.tgz#fef7b5476e05b8119f751b165b72f49bf57ab97b"
integrity sha512-RQMwInbJ/QTj6FGb+70D1lafGTQhKFgDNc4ATwwIwILkHH5o8JESfkZGZ+wUAgIA5pPY1HqVC/zjXyLIcp07Iw==
starpc@^0.31.10, starpc@^0.31.11:
version "0.31.11"
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.31.11.tgz#fa1a95420b8f9a4eefcf292cee474e995dc208c3"
integrity sha512-AJ7wSS3cZYvCqOf5BHBXT+8xSbkgvOQKChYDSyBdHXR9a+3CEPYPvibwLcDxzQH8bqq2MCHcWCTsC9g3yqdbpQ==
dependencies:
"@aptre/it-ws" "^1.0.0"
"@aptre/protobuf-es-lite" "^0.2.3"
"@aptre/protobuf-es-lite" "^0.2.7"
"@bufbuild/protoplugin" "^1.9.0"
"@chainsafe/libp2p-yamux" "^6.0.2"
"@libp2p/interface" "^1.3.0"
Expand Down

0 comments on commit 45eb96e

Please sign in to comment.