Files
dependabot[bot] ebd76d8fcb chore(deps): bump joi from 17.13.3 to 18.1.2 (#11988)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-09 17:31:21 +02:00

32 lines
792 B
JSON

{
"name": "@docusaurus/types",
"version": "3.10.1",
"description": "Common types for Docusaurus packages.",
"types": "./src/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/docusaurus.git",
"directory": "packages/docusaurus-types"
},
"license": "MIT",
"dependencies": {
"@mdx-js/mdx": "^3.1.1",
"@types/history": "^4.7.11",
"@types/mdast": "^4.0.2",
"@types/react": "19.2.14",
"commander": "^5.1.0",
"joi": "^18.1.2",
"react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0",
"utility-types": "^3.10.0",
"webpack": "^5.106.2",
"webpack-merge": "^6.0.1"
},
"peerDependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}