mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 05:34:11 -08:00
Update dependencies
This commit is contained in:
parent
cfd5d10392
commit
1242a64e4f
|
@ -56,7 +56,11 @@ const config = {
|
||||||
colorMode: {
|
colorMode: {
|
||||||
respectPrefersColorScheme: true,
|
respectPrefersColorScheme: true,
|
||||||
},
|
},
|
||||||
autoCollapseSidebarCategories: true,
|
docs: {
|
||||||
|
sidebar: {
|
||||||
|
autoCollapseCategories: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Meshtastic',
|
title: 'Meshtastic',
|
||||||
hideOnScroll: true,
|
hideOnScroll: true,
|
||||||
|
|
32
package.json
32
package.json
|
@ -14,36 +14,36 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@algolia/client-search": "^4.13.0",
|
"@algolia/client-search": "^4.13.0",
|
||||||
"@docusaurus/core": "^2.0.0-beta.18",
|
"@docusaurus/core": "2.0.0-beta.20",
|
||||||
"@docusaurus/plugin-content-docs": "^2.0.0-beta.18",
|
"@docusaurus/plugin-content-docs": "2.0.0-beta.20",
|
||||||
"@docusaurus/preset-classic": "^2.0.0-beta.18",
|
"@docusaurus/preset-classic": "2.0.0-beta.20",
|
||||||
"@headlessui/react": "^1.5.0",
|
"@headlessui/react": "^1.6.1",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"autoprefixer": "^10.4.4",
|
"autoprefixer": "^10.4.7",
|
||||||
"dotenv": "^16.0.0",
|
"dotenv": "^16.0.0",
|
||||||
"framer-motion": "^6.2.8",
|
"framer-motion": "^6.3.3",
|
||||||
"postcss": "^8.4.12",
|
"postcss": "^8.4.13",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-icons": "^4.3.1",
|
"react-icons": "^4.3.1",
|
||||||
"react-responsive-carousel": "^3.2.23",
|
"react-responsive-carousel": "^3.2.23",
|
||||||
"react-spring": "^9.4.4",
|
"react-spring": "^9.4.5",
|
||||||
"swr": "^1.2.2",
|
"swr": "^1.3.0",
|
||||||
"tailwindcss": "^3.0.23",
|
"tailwindcss": "^3.0.24",
|
||||||
"url-search-params-polyfill": "^8.1.1",
|
"url-search-params-polyfill": "^8.1.1",
|
||||||
"use-breakpoint": "^3.0.2",
|
"use-breakpoint": "^3.0.2",
|
||||||
"victory": "^36.3.1"
|
"victory": "^36.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "^2.0.0-beta.18",
|
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
|
||||||
"@meshtastic/eslint-config": "^1.0.7",
|
"@meshtastic/eslint-config": "^1.0.8",
|
||||||
"@tailwindcss/typography": "^0.5.2",
|
"@tailwindcss/typography": "^0.5.2",
|
||||||
"@tsconfig/docusaurus": "^1.0.5",
|
"@tsconfig/docusaurus": "^1.0.5",
|
||||||
"@types/node": "^17.0.23",
|
"@types/node": "^17.0.31",
|
||||||
"@types/react": "^17.0.43",
|
"@types/react": "^17.0.43",
|
||||||
"@types/react-dom": "^17.0.14",
|
"@types/react-dom": "^17.0.14",
|
||||||
"@types/w3c-web-serial": "^1.0.2",
|
"@types/w3c-web-serial": "^1.0.2",
|
||||||
"prettier": "^2.6.1",
|
"prettier": "^2.6.2",
|
||||||
"typescript": "^4.6.3"
|
"typescript": "^4.6.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2716
pnpm-lock.yaml
2716
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,3 @@
|
||||||
{
|
{
|
||||||
// This file is not used in compilation. It is here just for a nice editor experience.
|
"extends": "@tsconfig/docusaurus/tsconfig.json"
|
||||||
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"lib": ["DOM", "ESNext"],
|
|
||||||
"baseUrl": ".",
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"strict": true,
|
|
||||||
"jsx": "react-jsx"
|
|
||||||
},
|
|
||||||
"include": ["src/"],
|
|
||||||
"exclude": ["src/sw.js"]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue