chore: peer dependencies (#10811)

Signed-off-by: Sepush <sepush@outlook.com>
This commit is contained in:
Sepush
2022-07-16 14:56:27 +08:00
committed by GitHub
parent 1ac1bb94e7
commit 1050ab33f5
2 changed files with 48 additions and 38 deletions

View File

@@ -26,5 +26,15 @@
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"stylelint": "^13.13.1"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@types/react",
"react",
"react-dom"
]
}
}
}