mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-11 22:07:34 -08:00
Docusaurus 3.0 version bump
This commit is contained in:
parent
aed8b713c8
commit
e4c6d026b4
50
package.json
50
package.json
|
@ -12,38 +12,38 @@
|
||||||
"clear": "docusaurus clear"
|
"clear": "docusaurus clear"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@algolia/client-search": "^4.17.0",
|
"@algolia/client-search": "^4.19.1",
|
||||||
"@docusaurus/core": "2.4.1",
|
"@docusaurus/core": "3.0.0-alpha.0",
|
||||||
"@docusaurus/plugin-content-docs": "2.4.1",
|
"@docusaurus/plugin-content-docs": "3.0.0-alpha.0",
|
||||||
"@docusaurus/preset-classic": "2.4.1",
|
"@docusaurus/preset-classic": "3.0.0-alpha.0",
|
||||||
"@docusaurus/theme-common": "^2.4.1",
|
"@docusaurus/theme-common": "3.0.0-alpha.0",
|
||||||
"@docusaurus/theme-mermaid": "^2.4.1",
|
"@docusaurus/theme-mermaid": "3.0.0-alpha.0",
|
||||||
"@headlessui/react": "^1.7.14",
|
"@headlessui/react": "^1.7.16",
|
||||||
"@heroicons/react": "^2.0.18",
|
"@heroicons/react": "^2.0.18",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^2.3.0",
|
||||||
"@meshtastic/meshtasticjs": "2.1.9-0",
|
"@meshtastic/meshtasticjs": "2.1.22-3",
|
||||||
"autoprefixer": "^10.4.14",
|
"autoprefixer": "^10.4.14",
|
||||||
"base64-js": "^1.5.1",
|
"base64-js": "^1.5.1",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.3.1",
|
||||||
"framer-motion": "^6.5.1",
|
"framer-motion": "^6.5.1",
|
||||||
"postcss": "^8.4.23",
|
"postcss": "^8.4.27",
|
||||||
"react": "^17.0.2",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^18.2.0",
|
||||||
"react-icons": "^4.8.0",
|
"react-icons": "^4.10.1",
|
||||||
"react-responsive-carousel": "^3.2.23",
|
"react-responsive-carousel": "^3.2.23",
|
||||||
"swr": "^2.1.5",
|
"swr": "^2.2.0",
|
||||||
"tailwindcss": "^3.3.2",
|
"tailwindcss": "^3.3.3",
|
||||||
"url-search-params-polyfill": "^8.1.1",
|
"url-search-params-polyfill": "^8.2.4",
|
||||||
"use-breakpoint": "^3.0.7"
|
"use-breakpoint": "^3.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "2.4.1",
|
"@docusaurus/module-type-aliases": "3.0.0-alpha.0",
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"@tsconfig/docusaurus": "^1.0.7",
|
"@tsconfig/docusaurus": "^2.0.0",
|
||||||
"@types/node": "^20.1.7",
|
"@types/node": "^20.4.8",
|
||||||
"@types/react": "^18.2.6",
|
"@types/react": "^18.2.18",
|
||||||
"@types/react-dom": "^18.2.4",
|
"@types/react-dom": "^18.2.7",
|
||||||
"rome": "^12.1.0",
|
"rome": "^12.1.3",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
3427
pnpm-lock.yaml
3427
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue