Browse Source

chore: update protobuf version to latest (#890)

pull/891/head
Dan Ditomaso 8 months ago
committed by GitHub
parent
commit
34bdbe4709
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      package.json
  2. 2
      packages/web/src/validation/config/display.ts
  3. 10
      pnpm-lock.yaml

2
package.json

@ -30,7 +30,7 @@
}, },
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^2.9.0", "@bufbuild/protobuf": "^2.9.0",
"@meshtastic/protobufs": "npm:@jsr/meshtastic__protobufs@^2.7.8", "@meshtastic/protobufs": "npm:@jsr/meshtastic__protobufs@^2.7.12-1",
"ste-simple-events": "^3.0.11", "ste-simple-events": "^3.0.11",
"tslog": "^4.9.3" "tslog": "^4.9.3"
}, },

2
packages/web/src/validation/config/display.ts

@ -2,7 +2,7 @@ import { Protobuf } from "@meshtastic/core";
import { z } from "zod/v4"; import { z } from "zod/v4";
const GpsCoordinateEnum = z.enum( const GpsCoordinateEnum = z.enum(
Protobuf.Config.Config_DisplayConfig_GpsCoordinateFormat, Protobuf.Config.Config_DisplayConfig_DeprecatedGpsCoordinateFormat,
); );
const DisplayUnitsEnum = z.enum( const DisplayUnitsEnum = z.enum(
Protobuf.Config.Config_DisplayConfig_DisplayUnits, Protobuf.Config.Config_DisplayConfig_DisplayUnits,

10
pnpm-lock.yaml

@ -12,8 +12,8 @@ importers:
specifier: ^2.9.0 specifier: ^2.9.0
version: 2.9.0 version: 2.9.0
'@meshtastic/protobufs': '@meshtastic/protobufs':
specifier: npm:@jsr/meshtastic__protobufs@^2.7.8 specifier: npm:@jsr/meshtastic__protobufs@^2.7.12-1
version: '@jsr/[email protected].8' version: '@jsr/[email protected].12-1'
ste-simple-events: ste-simple-events:
specifier: ^3.0.11 specifier: ^3.0.11
version: 3.0.11 version: 3.0.11
@ -1373,8 +1373,8 @@ packages:
'@jridgewell/[email protected]': '@jridgewell/[email protected]':
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
'@jsr/[email protected].8': '@jsr/[email protected].12-1':
resolution: {integrity: sha512-KX6Ald9ZaZPiTMs0TveHGmUKY7RuHnI3B6CxBylfVIVo8VYZxTowxUymUZ86e1YiGFLZkZgki1BTp4W5O/Ting==, tarball: https://npm.jsr.io/~/11/@jsr/meshtastic__protobufs/2.7.8.tgz} resolution: {integrity: sha512-B6m8ewPZX2Mi5phNmvJYwemLD4X8I9kDyQgRSlFFzUGhYkG1MX1rb1FRLUZh0t98qPrCBO4XH4CmYUPNywNWMg==, tarball: https://npm.jsr.io/~/11/@jsr/meshtastic__protobufs/2.7.12-1.tgz}
'@mapbox/[email protected]': '@mapbox/[email protected]':
resolution: {integrity: sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==} resolution: {integrity: sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==}
@ -6614,7 +6614,7 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2 '@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/sourcemap-codec': 1.5.5
'@jsr/[email protected].8': '@jsr/[email protected].12-1':
dependencies: dependencies:
'@bufbuild/protobuf': 2.9.0 '@bufbuild/protobuf': 2.9.0

Loading…
Cancel
Save