mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update deps
This commit is contained in:
parent
0ac52f0409
commit
297bc6bc68
37
package.json
37
package.json
|
@ -13,37 +13,36 @@
|
|||
"lint": "eslint src/**/*.{ts,tsx}"
|
||||
},
|
||||
"dependencies": {
|
||||
"@algolia/client-search": "^4.13.0",
|
||||
"@docusaurus/core": "2.0.0-beta.20",
|
||||
"@docusaurus/plugin-content-docs": "2.0.0-beta.20",
|
||||
"@docusaurus/preset-classic": "2.0.0-beta.20",
|
||||
"@headlessui/react": "^1.6.1",
|
||||
"@algolia/client-search": "^4.13.1",
|
||||
"@docusaurus/core": "2.0.0-beta.21",
|
||||
"@docusaurus/plugin-content-docs": "2.0.0-beta.21",
|
||||
"@docusaurus/preset-classic": "2.0.0-beta.21",
|
||||
"@headlessui/react": "^1.6.4",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"dotenv": "^16.0.0",
|
||||
"framer-motion": "^6.3.3",
|
||||
"postcss": "^8.4.13",
|
||||
"dotenv": "^16.0.1",
|
||||
"framer-motion": "^6.3.11",
|
||||
"postcss": "^8.4.14",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-icons": "^4.4.0",
|
||||
"react-responsive-carousel": "^3.2.23",
|
||||
"react-spring": "^9.4.5",
|
||||
"swr": "^1.3.0",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"tailwindcss": "^3.1.3",
|
||||
"url-search-params-polyfill": "^8.1.1",
|
||||
"use-breakpoint": "^3.0.2",
|
||||
"victory": "^36.3.2"
|
||||
"use-breakpoint": "^3.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
|
||||
"@docusaurus/module-type-aliases": "2.0.0-beta.21",
|
||||
"@meshtastic/eslint-config": "^1.0.8",
|
||||
"@tailwindcss/typography": "^0.5.2",
|
||||
"@tsconfig/docusaurus": "^1.0.5",
|
||||
"@types/node": "^17.0.31",
|
||||
"@types/react": "^17.0.43",
|
||||
"@types/react-dom": "^17.0.14",
|
||||
"@tsconfig/docusaurus": "^1.0.6",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/react": "^18.0.14",
|
||||
"@types/react-dom": "^18.0.5",
|
||||
"@types/w3c-web-serial": "^1.0.2",
|
||||
"prettier": "^2.6.2",
|
||||
"typescript": "^4.6.4"
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
|
|
3204
pnpm-lock.yaml
3204
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue