fix(js): make @docsearch/react devDep
This commit is contained in:
parent
a9b3d893f6
commit
9967436993
1 changed files with 1 additions and 3 deletions
|
|
@ -32,10 +32,8 @@
|
|||
"on:change": "yarn build",
|
||||
"watch": "nodemon --watch src --exec \"yarn on:change\" --ignore dist/ --ext ts,tsx"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/react": "4.0.0-beta.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docsearch/react": "4.0.0-beta.4",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"nodemon": "^3.1.9",
|
||||
"preact": "^10.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue