Browse Source

Fix Deps

pull/2/head
Sacha Weatherstone 5 years ago
parent
commit
3873731f43
  1. 24
      package.json
  2. 1255
      pnpm-lock.yaml

24
package.json

@ -13,8 +13,8 @@
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@meshtastic/meshtasticjs": "^0.6.33",
"@reduxjs/toolkit": "^1.6.2",
"@meshtastic/meshtasticjs": "^0.6.35",
"@reduxjs/toolkit": "^1.7.0",
"base64-js": "^1.5.1",
"boring-avatars": "^1.5.8",
"i18next": "^21.6.0",
@ -23,15 +23,15 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-file-icon": "^1.1.0",
"react-hook-form": "^7.21.0",
"react-i18next": "^11.14.3",
"react-hook-form": "^7.22.1",
"react-i18next": "^11.15.1",
"react-icons": "^4.3.1",
"react-json-pretty": "^2.2.0",
"react-qr-code": "^2.0.3",
"react-redux": "^7.2.6",
"react-select": "^5.2.1",
"rfc4648": "^1.5.0",
"swr": "^1.1.0",
"swr": "^1.1.1",
"timeago-react": "^3.0.4",
"type-route": "^0.6.0",
"use-breakpoint": "^3.0.0"
@ -43,10 +43,10 @@
"@types/react-file-icon": "^1.0.1",
"@types/w3c-web-serial": "^1.0.2",
"@types/web-bluetooth": "^0.0.11",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@verypossible/eslint-config": "^1.6.1",
"@vitejs/plugin-react": "^1.1.1",
"@vitejs/plugin-react": "^1.1.3",
"autoprefixer": "^10.4.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "8.4.1",
@ -58,12 +58,12 @@
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"gzipper": "^6.0.0",
"postcss": "^8.4.4",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.0",
"tailwindcss": "^3.0.2",
"tar": "^6.1.11",
"typescript": "^4.5.3",
"vite": "^2.7.1",
"typescript": "^4.5.4",
"vite": "^2.7.2",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-pwa": "^0.11.11",
"workbox-window": "^6.4.2"

1255
pnpm-lock.yaml

File diff suppressed because it is too large
Loading…
Cancel
Save