Browse Source

Use protobuf pki branch, tmp for dev

pull/275/head
Tilen Komel 2 years ago
parent
commit
be9169f56f
  1. 2
      package.json
  2. 12
      pnpm-lock.yaml

2
package.json

@ -63,7 +63,7 @@
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.8.2", "@biomejs/biome": "^1.8.2",
"@buf/meshtastic_protobufs.bufbuild_es": "1.10.0-20240613143006-244927bc441a.1", "@buf/meshtastic_protobufs.bufbuild_es": "2.0.0-00000000000000-aaea594f36a5.2",
"@types/chrome": "^0.0.263", "@types/chrome": "^0.0.263",
"@types/node": "^20.14.9", "@types/node": "^20.14.9",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",

12
pnpm-lock.yaml

@ -130,8 +130,8 @@ importers:
specifier: ^1.8.2 specifier: ^1.8.2
version: 1.8.2 version: 1.8.2
'@buf/meshtastic_protobufs.bufbuild_es': '@buf/meshtastic_protobufs.bufbuild_es':
specifier: 1.10.0-20240613143006-244927bc441a.1 specifier: 2.0.0-00000000000000-aaea594f36a5.2
version: 1.10.0-20240613143006-244927bc441a.1(@bufbuild/[email protected]) version: 2.0.0-00000000000000-aaea594f36a5.2(@bufbuild/[email protected])
'@types/chrome': '@types/chrome':
specifier: ^0.0.263 specifier: ^0.0.263
version: 0.0.263 version: 0.0.263
@ -354,10 +354,10 @@ packages:
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
'@buf/meshtastic_protobufs.bufbuild_es@1.10.0-20240613143006-244927bc441a.1': '@buf/meshtastic_protobufs.bufbuild_es@2.0.0-00000000000000-aaea594f36a5.2':
resolution: {tarball: https://buf.build/gen/npm/v1/@buf/meshtastic_protobufs.bufbuild_es/-/meshtastic_protobufs.bufbuild_es-1.10.0-20240613143006-244927bc441a.1.tgz} resolution: {tarball: https://buf.build/gen/npm/v1/@buf/meshtastic_protobufs.bufbuild_es/-/meshtastic_protobufs.bufbuild_es-2.0.0-00000000000000-aaea594f36a5.2.tgz}
peerDependencies: peerDependencies:
'@bufbuild/protobuf': ^1.10.0 '@bufbuild/protobuf': ^2.0.0
'@bufbuild/[email protected]': '@bufbuild/[email protected]':
resolution: {integrity: sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==} resolution: {integrity: sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==}
@ -3306,7 +3306,7 @@ snapshots:
'@biomejs/[email protected]': '@biomejs/[email protected]':
optional: true optional: true
'@buf/meshtastic_protobufs.bufbuild_es@1.10.0-20240613143006-244927bc441a.1(@bufbuild/[email protected])': '@buf/meshtastic_protobufs.bufbuild_es@2.0.0-00000000000000-aaea594f36a5.2(@bufbuild/[email protected])':
dependencies: dependencies:
'@bufbuild/protobuf': 1.10.0 '@bufbuild/protobuf': 1.10.0

Loading…
Cancel
Save