mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update readme template & update deps
This commit is contained in:
parent
2e829967cc
commit
f0015acc1a
|
@ -23,8 +23,9 @@ Repobeats images can be generated at [repobeats.axiom.co](https://repobeats.axio
|
|||
# Repo name
|
||||
|
||||
<!--Project specific badges here-->
|
||||
[![CI](https://img.shields.io/github/workflow/status/meshtastic/repo/CI?label=actions&logo=github&color=yellow)](https://github.com/meshtastic/repo/actions/workflows/ci.yml)
|
||||
[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/repo)](https://cla-assistant.io/meshtastic/repo)
|
||||
|
||||
[![CI](https://img.shields.io/github/actions/workflow/status/meshtastic/<repo>/ci.yml?branch=master&label=actions&logo=github&color=yellow)](https://github.com/meshtastic/repo/actions/workflows/ci.yml)
|
||||
[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/<repo>)](https://cla-assistant.io/meshtastic/repo)
|
||||
[![Fiscal Contributors](https://opencollective.com/meshtastic/tiers/badge.svg?label=Fiscal%20Contributors&color=deeppink)](https://opencollective.com/meshtastic/)
|
||||
[![Vercel](https://img.shields.io/static/v1?label=Powered%20by&message=Vercel&style=flat&logo=vercel&color=000000)](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)
|
||||
|
||||
|
@ -41,11 +42,12 @@ A description about the project
|
|||
<!--Repobeats image here-->
|
||||
|
||||
<!--If the repository is a library, include this section-->
|
||||
|
||||
## Installation & Usage
|
||||
|
||||
<!--You may optionally include brief install/update instructions here-->
|
||||
|
||||
<!--Any other pertenant sections-->
|
||||
|
||||
### Compatibility
|
||||
```
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"@headlessui/react": "^1.7.7",
|
||||
"@heroicons/react": "^2.0.13",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@meshtastic/meshtasticjs": "^0.7.4",
|
||||
"@meshtastic/meshtasticjs": "^0.9.7",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"base64-js": "^1.5.1",
|
||||
"dotenv": "^16.0.3",
|
||||
|
|
|
@ -11,7 +11,7 @@ specifiers:
|
|||
'@heroicons/react': ^2.0.13
|
||||
'@mdx-js/react': ^1.6.22
|
||||
'@meshtastic/eslint-config': ^1.0.8
|
||||
'@meshtastic/meshtasticjs': ^0.7.4
|
||||
'@meshtastic/meshtasticjs': ^0.9.7
|
||||
'@tailwindcss/typography': ^0.5.8
|
||||
'@tsconfig/docusaurus': ^1.0.6
|
||||
'@types/node': ^18.11.18
|
||||
|
@ -42,7 +42,7 @@ dependencies:
|
|||
'@headlessui/react': 1.7.7_sfoxds7t5ydpegc3knd667wn6m
|
||||
'@heroicons/react': 2.0.13_react@17.0.2
|
||||
'@mdx-js/react': 1.6.22_react@17.0.2
|
||||
'@meshtastic/meshtasticjs': 0.7.4
|
||||
'@meshtastic/meshtasticjs': 0.9.7
|
||||
autoprefixer: 10.4.13_postcss@8.4.20
|
||||
base64-js: 1.5.1
|
||||
dotenv: 16.0.3
|
||||
|
@ -2758,13 +2758,13 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@meshtastic/meshtasticjs/0.7.4:
|
||||
resolution: {integrity: sha512-nUPP+Mk8bdcy9tBwoNDmILvEU5GalIxnLp4Oq4VQgQGKbYMVg+YRzpxBamuxX3nnIp804FJUssc5umZZLdAqmA==}
|
||||
/@meshtastic/meshtasticjs/0.9.7:
|
||||
resolution: {integrity: sha512-FQAfgJ2FeC55HbmOR1Z7Y3iIyXN32YO5OmtsviPolaZWivE7cCCfwSQGOHrtQUwXUSRv6Up0ucJ0eW7teaXxhA==}
|
||||
dependencies:
|
||||
'@protobuf-ts/runtime': 2.8.2
|
||||
glob: 8.0.3
|
||||
sub-events: 1.9.0
|
||||
tslog: 4.7.0
|
||||
tslog: 4.7.1
|
||||
dev: false
|
||||
|
||||
/@motionone/animation/10.14.0:
|
||||
|
@ -9422,8 +9422,8 @@ packages:
|
|||
resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==}
|
||||
dev: false
|
||||
|
||||
/tslog/4.7.0:
|
||||
resolution: {integrity: sha512-u5N15NPAd6wTAFBKlwdNiYeqZTYXRjjYDNLPPGh5BTBvu+X0SCaqzwG9V9OKp4MlC6UZX5weyrAd1L4J4lG1fw==}
|
||||
/tslog/4.7.1:
|
||||
resolution: {integrity: sha512-Ez90j4FKCUp9bBlgPq96aYDUbXRIOxz6Vxn/4Iw2/IiVxLB5wsUVkWfeK4oqdRMoW8qBVJz9oIT+ysjfyIRufw==}
|
||||
engines: {node: '>=16'}
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue