chore: Switch Preact to be a devDep of '@docsearch/js' (#2566)
This commit is contained in:
parent
fe03b8e04e
commit
2578f10fa2
1 changed files with 2 additions and 2 deletions
|
|
@ -33,11 +33,11 @@
|
|||
"watch": "nodemon --watch src --exec \"yarn on:change\" --ignore dist/ --ext ts,tsx"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/react": "3.9.0",
|
||||
"preact": "^10.0.0"
|
||||
"@docsearch/react": "3.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"preact": "^10.0.0",
|
||||
"nodemon": "^3.1.9"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue