Browse Source

Temp: Make this work on lt

Malte Grimm 3 years ago
parent
commit
08e7fbf42b
  1. 2
      package.json
  2. 4
      pnpm-lock.yaml

2
package.json

@ -22,7 +22,7 @@
"@emeraldpay/hashicon-react": "^0.5.2", "@emeraldpay/hashicon-react": "^0.5.2",
"@hookform/error-message": "^2.0.1", "@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2.9.11", "@hookform/resolvers": "^2.9.11",
"@meshtastic/meshtasticjs": "link:../../js_2023/js", "@meshtastic/meshtasticjs": "link:../../js_2023",
"@preact/signals-react": "^1.2.2", "@preact/signals-react": "^1.2.2",
"@radix-ui/react-accordion": "^1.1.0", "@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-checkbox": "^1.0.1", "@radix-ui/react-checkbox": "^1.0.1",

4
pnpm-lock.yaml

@ -4,7 +4,7 @@ specifiers:
'@emeraldpay/hashicon-react': ^0.5.2 '@emeraldpay/hashicon-react': ^0.5.2
'@hookform/error-message': ^2.0.1 '@hookform/error-message': ^2.0.1
'@hookform/resolvers': ^2.9.11 '@hookform/resolvers': ^2.9.11
'@meshtastic/meshtasticjs': link:../../js_2023/js '@meshtastic/meshtasticjs': link:../../js_2023
'@preact/signals-react': ^1.2.2 '@preact/signals-react': ^1.2.2
'@radix-ui/react-accordion': ^1.1.0 '@radix-ui/react-accordion': ^1.1.0
'@radix-ui/react-checkbox': ^1.0.1 '@radix-ui/react-checkbox': ^1.0.1
@ -78,7 +78,7 @@ dependencies:
'@emeraldpay/hashicon-react': 0.5.2 '@emeraldpay/hashicon-react': 0.5.2
'@hookform/error-message': 2.0.1_zf7ga3u4zrffjlingb6kh5ipva '@hookform/error-message': 2.0.1_zf7ga3u4zrffjlingb6kh5ipva
'@hookform/resolvers': 2.9[email protected] '@hookform/resolvers': 2.9[email protected]
'@meshtastic/meshtasticjs': link:../../js_2023/js '@meshtastic/meshtasticjs': link:../../js_2023
'@preact/signals-react': 1.2[email protected] '@preact/signals-react': 1.2[email protected]
'@radix-ui/react-accordion': 1.1.0_biqbaboplfbrettd7655fr4n2y '@radix-ui/react-accordion': 1.1.0_biqbaboplfbrettd7655fr4n2y
'@radix-ui/react-checkbox': 1.0.1_biqbaboplfbrettd7655fr4n2y '@radix-ui/react-checkbox': 1.0.1_biqbaboplfbrettd7655fr4n2y

Loading…
Cancel
Save