fix: make @docsearch/core a real dependency. (#2848)
This commit is contained in:
parent
e50a55da86
commit
73eddb76fc
3 changed files with 8 additions and 6 deletions
|
|
@ -42,9 +42,11 @@
|
|||
"on:change": "yarn build",
|
||||
"watch": "nodemon --watch src --ext ts,tsx,js,jsx,json --ignore dist/ --ignore node_modules/ --verbose --delay 250ms --exec \"yarn on:change\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"@docsearch/core": "4.5.2",
|
||||
"@docsearch/react": "4.5.2",
|
||||
"@docsearch/react": "4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@testing-library/react": "16.2.0",
|
||||
|
|
|
|||
|
|
@ -53,12 +53,12 @@
|
|||
"watch": "nodemon --watch src --ext ts,tsx,js,jsx,json --ignore dist/ --ignore node_modules/ --verbose --delay 250ms --exec \"yarn on:change\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/core": "4.5.2",
|
||||
"@docsearch/css": "4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ai-sdk/react": "^2.0.30",
|
||||
"@algolia/autocomplete-core": "1.19.2",
|
||||
"@docsearch/core": "4.5.2",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@testing-library/react": "16.2.0",
|
||||
|
|
|
|||
|
|
@ -48,11 +48,11 @@
|
|||
"watch": "nodemon --watch src --ext ts,tsx,js,jsx,json --ignore dist/ --ignore node_modules/ --verbose --delay 250ms --exec \"yarn on:change\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/css": "4.5.2"
|
||||
"@docsearch/core": "4.5.2",
|
||||
"@docsearch/css": "4.5.2",
|
||||
"@docsearch/react": "4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docsearch/core": "4.5.2",
|
||||
"@docsearch/react": "4.5.2",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@testing-library/react": "16.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue