mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Fix build
This commit is contained in:
parent
c715056e11
commit
e3f731d492
|
@ -21,7 +21,7 @@
|
|||
"@headlessui/react": "^1.7.16",
|
||||
"@heroicons/react": "^2.0.18",
|
||||
"@mdx-js/react": "^2.3.0",
|
||||
"@meshtastic/meshtasticjs": "2.1.22-3",
|
||||
"@meshtastic/meshtasticjs": "2.2.0-0",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"base64-js": "^1.5.1",
|
||||
"dotenv": "^16.3.1",
|
||||
|
|
|
@ -33,8 +33,8 @@ dependencies:
|
|||
specifier: ^2.3.0
|
||||
version: 2.3.0(react@18.2.0)
|
||||
'@meshtastic/meshtasticjs':
|
||||
specifier: 2.1.22-3
|
||||
version: 2.1.22-3
|
||||
specifier: 2.2.0-0
|
||||
version: 2.2.0-0
|
||||
autoprefixer:
|
||||
specifier: ^10.4.14
|
||||
version: 10.4.14(postcss@8.4.27)
|
||||
|
@ -1564,8 +1564,8 @@ packages:
|
|||
resolution: {integrity: sha512-Tbsj02wXCbqGmzdnXNk0SOF19ChhRU70BsroIi4Pm6Ehp56in6vch94mfbdQ17DozxkL3BAVjbZ4Qc1a0HFRAg==}
|
||||
dev: false
|
||||
|
||||
/@buf/meshtastic_protobufs.bufbuild_es@1.3.0-20230803114510-a8a400a4f3ea.1(@bufbuild/protobuf@1.3.0):
|
||||
resolution: {registry: https://buf.build/gen/npm/v1, tarball: https://buf.build/gen/npm/v1/@buf/meshtastic_protobufs.bufbuild_es/-/meshtastic_protobufs.bufbuild_es-1.3.0-20230803114510-a8a400a4f3ea.1.tgz}
|
||||
/@buf/meshtastic_protobufs.bufbuild_es@1.3.0-20230807174505-db3cb0c7cf53.1(@bufbuild/protobuf@1.3.0):
|
||||
resolution: {registry: https://buf.build/gen/npm/v1, tarball: https://buf.build/gen/npm/v1/@buf/meshtastic_protobufs.bufbuild_es/-/meshtastic_protobufs.bufbuild_es-1.3.0-20230807174505-db3cb0c7cf53.1.tgz}
|
||||
peerDependencies:
|
||||
'@bufbuild/protobuf': ^1.3.0
|
||||
dependencies:
|
||||
|
@ -2542,15 +2542,15 @@ packages:
|
|||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@meshtastic/meshtasticjs@2.1.22-3:
|
||||
resolution: {integrity: sha512-RMx3ayxRMcTPmZNimOEErPxkRL60sS2zZr58oOmiyJ039y8acIdhBQGqBl/LZH0NRs7toWVV0CsnZfGDTwNmng==}
|
||||
/@meshtastic/meshtasticjs@2.2.0-0:
|
||||
resolution: {integrity: sha512-8CIoTVza6I5w39FNI2vz9DXUHYDvMByrPogj7Mxfe6ia9VtRWcz6rw/3SFs8AhokdOBZhI4eIyqaN5sFhpexGA==}
|
||||
dependencies:
|
||||
'@buf/meshtastic_protobufs.bufbuild_es': 1.3.0-20230803114510-a8a400a4f3ea.1(@bufbuild/protobuf@1.3.0)
|
||||
'@buf/meshtastic_protobufs.bufbuild_es': 1.3.0-20230807174505-db3cb0c7cf53.1(@bufbuild/protobuf@1.3.0)
|
||||
'@bufbuild/protobuf': 1.3.0
|
||||
crc: 4.3.2
|
||||
sub-events: 1.9.0
|
||||
tslib: 2.6.1
|
||||
tslog: 4.8.4
|
||||
tslog: 4.9.0
|
||||
transitivePeerDependencies:
|
||||
- buffer
|
||||
dev: false
|
||||
|
@ -9330,8 +9330,8 @@ packages:
|
|||
resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==}
|
||||
dev: false
|
||||
|
||||
/tslog@4.8.4:
|
||||
resolution: {integrity: sha512-JMiLMY27EG95/lY2OUP9Oh7cSznN6m7Kb23RuEgBYDy6zG70Bb9n0jYz2DbhGRJB7HOfqz60uSf9OCoWBIAeoA==}
|
||||
/tslog@4.9.0:
|
||||
resolution: {integrity: sha512-YEb55YxukbKO0bSAAsd9eSnw6RA0e3jt3cniZ00wj9offySAbp20lBrjOh1OTn11L51r58V4kFy8h7dMPnbpmg==}
|
||||
engines: {node: '>=16'}
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue