mirror of
https://github.com/meshtastic/web.git
synced 2026-05-24 14:15:42 -04:00
Fix Build
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-file-icon": "^1.1.0",
|
||||
"react-hook-form": "^7.19.4",
|
||||
"react-i18next": "^11.14.1",
|
||||
"react-hook-form": "^7.19.5",
|
||||
"react-i18next": "^11.14.2",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-json-pretty": "^2.2.0",
|
||||
"react-redux": "^7.2.6",
|
||||
@@ -41,7 +41,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
||||
"@typescript-eslint/parser": "^5.3.1",
|
||||
"@verypossible/eslint-config": "^1.6.1",
|
||||
"@vitejs/plugin-react": "^1.0.8",
|
||||
"@vitejs/plugin-react": "^1.0.9",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"eslint": "8.2.0",
|
||||
|
||||
42
pnpm-lock.yaml
generated
42
pnpm-lock.yaml
generated
@@ -12,7 +12,7 @@ specifiers:
|
||||
'@typescript-eslint/eslint-plugin': ^5.3.1
|
||||
'@typescript-eslint/parser': ^5.3.1
|
||||
'@verypossible/eslint-config': ^1.6.1
|
||||
'@vitejs/plugin-react': ^1.0.8
|
||||
'@vitejs/plugin-react': ^1.0.9
|
||||
autoprefixer: ^10.4.0
|
||||
babel-plugin-module-resolver: ^4.1.0
|
||||
boring-avatars: ^1.5.8
|
||||
@@ -31,8 +31,8 @@ specifiers:
|
||||
react: ^17.0.2
|
||||
react-dom: ^17.0.2
|
||||
react-file-icon: ^1.1.0
|
||||
react-hook-form: ^7.19.4
|
||||
react-i18next: ^11.14.1
|
||||
react-hook-form: ^7.19.5
|
||||
react-i18next: ^11.14.2
|
||||
react-icons: ^4.3.1
|
||||
react-json-pretty: ^2.2.0
|
||||
react-redux: ^7.2.6
|
||||
@@ -50,7 +50,7 @@ specifiers:
|
||||
|
||||
dependencies:
|
||||
'@headlessui/react': 1.4.2_react-dom@17.0.2+react@17.0.2
|
||||
'@meshtastic/meshtasticjs': link:../meshtastic.js
|
||||
'@meshtastic/meshtasticjs': 0.6.27
|
||||
'@reduxjs/toolkit': 1.6.2_react-redux@7.2.6+react@17.0.2
|
||||
boring-avatars: 1.5.8
|
||||
i18next: 21.4.2
|
||||
@@ -58,8 +58,8 @@ dependencies:
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
react-file-icon: 1.1.0_react-dom@17.0.2+react@17.0.2
|
||||
react-hook-form: 7.19.4_react@17.0.2
|
||||
react-i18next: 11.14.1_i18next@21.4.2+react@17.0.2
|
||||
react-hook-form: 7.19.5_react@17.0.2
|
||||
react-i18next: 11.14.2_i18next@21.4.2+react@17.0.2
|
||||
react-icons: 4.3.1_react@17.0.2
|
||||
react-json-pretty: 2.2.0_react-dom@17.0.2+react@17.0.2
|
||||
react-redux: 7.2.6_react-dom@17.0.2+react@17.0.2
|
||||
@@ -78,7 +78,7 @@ devDependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4
|
||||
'@verypossible/eslint-config': 1.6.1_typescript@4.4.4
|
||||
'@vitejs/plugin-react': 1.0.8
|
||||
'@vitejs/plugin-react': 1.0.9
|
||||
autoprefixer: 10.4.0_postcss@8.3.11
|
||||
babel-plugin-module-resolver: 4.1.0
|
||||
eslint: 8.2.0
|
||||
@@ -1355,6 +1355,13 @@ packages:
|
||||
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
||||
dev: true
|
||||
|
||||
/@meshtastic/meshtasticjs/0.6.27:
|
||||
resolution: {integrity: sha512-WiM9v/3+YWtt6/wLJOyyhAQdtsIGcEs3geofRZA6y/TCQkbjo/mdvY8Y+ZMZERSFXIZXiovvZgJG0vSYq7JC9A==}
|
||||
dependencies:
|
||||
'@protobuf-ts/runtime': 2.0.7
|
||||
sub-events: 1.8.9
|
||||
dev: false
|
||||
|
||||
/@nodelib/fs.scandir/2.1.5:
|
||||
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
||||
engines: {node: '>= 8'}
|
||||
@@ -1376,6 +1383,10 @@ packages:
|
||||
fastq: 1.13.0
|
||||
dev: true
|
||||
|
||||
/@protobuf-ts/runtime/2.0.7:
|
||||
resolution: {integrity: sha512-jT8FYEX7NkAzxZXVjshIhtCV/ReuZm/3sCH0GWnaa8woy9VG+He0N+dpj2svaJbkdUThSxJE3zwmJcH0/3vEsw==}
|
||||
dev: false
|
||||
|
||||
/@reduxjs/toolkit/1.6.2_react-redux@7.2.6+react@17.0.2:
|
||||
resolution: {integrity: sha512-HbfI/hOVrAcMGAYsMWxw3UJyIoAS9JTdwddsjlr5w3S50tXhWb+EMyhIw+IAvCVCLETkzdjgH91RjDSYZekVBA==}
|
||||
peerDependencies:
|
||||
@@ -1775,8 +1786,8 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-react/1.0.8:
|
||||
resolution: {integrity: sha512-Rt0tClew2QQokF03MoiIXTMMTIVKTH0eYulN9i81v/LitH4MfDHzIgetPzKvp+uCO9Fyb3tfYNKCw6l2/zW00w==}
|
||||
/@vitejs/plugin-react/1.0.9:
|
||||
resolution: {integrity: sha512-1iTS/c3z4QWj8aXIItp6zFMI08UQEz5+fGvnahSCFOSIfazKDlCTEUUQJP23zoxFjeKOF+M3/WA0ZatcHUVEqg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
@@ -4056,16 +4067,16 @@ packages:
|
||||
tinycolor2: 1.4.2
|
||||
dev: false
|
||||
|
||||
/react-hook-form/7.19.4_react@17.0.2:
|
||||
resolution: {integrity: sha512-6fwDW+376ybViiTrNokKBpAJ75i+3ThZwWQWgzRoT+1pYHXzFmZDuTHyR5JJzHThbY3a2ao6sotHTm2QIaaeIA==}
|
||||
/react-hook-form/7.19.5_react@17.0.2:
|
||||
resolution: {integrity: sha512-+M9gd0nWWASuEitf5PQGOGNElnHknzY3rGISrPDXwsOmZb7c/jyvkRUqk4OJXaZit1ZwesSv+EysttdAeFEfmw==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17
|
||||
dependencies:
|
||||
react: 17.0.2
|
||||
dev: false
|
||||
|
||||
/react-i18next/11.14.1_i18next@21.4.2+react@17.0.2:
|
||||
resolution: {integrity: sha512-2M4E3G6fZHMirSfIY6F9704J5wMaqsfrrixueIDkQzbD80txtQ2RHSOe79aRqrgEnAl9MdcH0kK4PmvkbVLhAA==}
|
||||
/react-i18next/11.14.2_i18next@21.4.2+react@17.0.2:
|
||||
resolution: {integrity: sha512-fmDhwNA0zDmSEL3BBT5qwNMvxrKu25oXDDAZyHprfB0AHZmWXfBmRLf8MX8i1iBd2I2C2vsA2D9wxYBIwzooEQ==}
|
||||
peerDependencies:
|
||||
i18next: '>= 19.0.0'
|
||||
react: '>= 16.8.0'
|
||||
@@ -4474,6 +4485,11 @@ packages:
|
||||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/sub-events/1.8.9:
|
||||
resolution: {integrity: sha512-RhhA2amqVzL6nO+aiZOqxBCgcA3ZLfp4W9iHFUELwq8132TS7pUReJV+bcRjtNKdqm/Ep1sD/h01eAcTBtgrBQ==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
dev: false
|
||||
|
||||
/supports-color/5.5.0:
|
||||
resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
Reference in New Issue
Block a user