chore(react): add React types to peer deps
This commit is contained in:
parent
f4fe8aac5e
commit
169c839ab0
1 changed files with 3 additions and 2 deletions
|
|
@ -34,13 +34,14 @@
|
|||
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/css": "^1.0.0-alpha.28",
|
||||
"@algolia/autocomplete-core": "^1.0.0-alpha.35",
|
||||
"@algolia/autocomplete-preset-algolia": "^1.0.0-alpha.35",
|
||||
"@docsearch/css": "^1.0.0-alpha.28",
|
||||
"algoliasearch": "^4.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">= 16.8.0 < 18.0.0",
|
||||
"react-dom": ">= 16.8.0 < 18.0.0"
|
||||
"react-dom": ">= 16.8.0 < 18.0.0",
|
||||
"@types/react": ">= 16.8.0 < 18.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue