1
0
Fork 0

chore: Switch Preact to be a devDep of '@docsearch/js' (#2566)

This commit is contained in:
Ryan Christian 2025-06-26 07:43:37 -05:00 committed by GitHub
parent fe03b8e04e
commit 2578f10fa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}