Browse Source

Update @bufbuild/protobuf to version 2.8.0 for web as well (#852)

Bumped @bufbuild/protobuf dependency from 2.6.0 to 2.8.0 in packages/web. Updated pnpm-lock.yaml accordingly to use the new version.

Co-authored-by: philon- <[email protected]>
pull/856/head
Jeremy Gallant 9 months ago
committed by GitHub
parent
commit
d5610de826
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/web/package.json
  2. 9
      pnpm-lock.yaml

2
packages/web/package.json

@ -27,7 +27,7 @@
"package": "gzipper c -i html,js,css,png,ico,svg,json,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ ." "package": "gzipper c -i html,js,css,png,ico,svg,json,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ ."
}, },
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^2.6.0", "@bufbuild/protobuf": "^2.8.0",
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.1.1",
"@meshtastic/core": "workspace:*", "@meshtastic/core": "workspace:*",
"@meshtastic/transport-http": "workspace:*", "@meshtastic/transport-http": "workspace:*",

9
pnpm-lock.yaml

@ -91,8 +91,8 @@ importers:
packages/web: packages/web:
dependencies: dependencies:
'@bufbuild/protobuf': '@bufbuild/protobuf':
specifier: ^2.6.0 specifier: ^2.8.0
version: 2.6.3 version: 2.8.0
'@hookform/resolvers': '@hookform/resolvers':
specifier: ^5.1.1 specifier: ^5.1.1
version: 5.2.1([email protected]([email protected])) version: 5.2.1([email protected]([email protected]))
@ -980,9 +980,6 @@ packages:
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
'@bufbuild/[email protected]':
resolution: {integrity: sha512-w/gJKME9mYN7ZoUAmSMAWXk4hkVpxRKvEJCb3dV5g9wwWdxTJJ0ayOJAVcNxtdqaxDyFuC0uz4RSGVacJ030PQ==}
'@bufbuild/[email protected]': '@bufbuild/[email protected]':
resolution: {integrity: sha512-r1/0w5C9dkbcdjyxY8ZHsC5AOWg4Pnzhm2zu7LO4UHSounp2tMm6Y+oioV9zlGbLveE7YaWRDUk48WLxRDgoqg==} resolution: {integrity: sha512-r1/0w5C9dkbcdjyxY8ZHsC5AOWg4Pnzhm2zu7LO4UHSounp2tMm6Y+oioV9zlGbLveE7YaWRDUk48WLxRDgoqg==}
@ -6231,8 +6228,6 @@ snapshots:
'@biomejs/[email protected]': '@biomejs/[email protected]':
optional: true optional: true
'@bufbuild/[email protected]': {}
'@bufbuild/[email protected]': {} '@bufbuild/[email protected]': {}
'@emnapi/[email protected]': '@emnapi/[email protected]':

Loading…
Cancel
Save