chore(website): use the local package (#2331)
This commit is contained in:
parent
e52c8f3435
commit
d5770a8ab7
4 changed files with 6771 additions and 10070 deletions
10
package.json
10
package.json
|
|
@ -3,9 +3,7 @@
|
|||
"private": true,
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"packages/docsearch-css",
|
||||
"packages/docsearch-js",
|
||||
"packages/docsearch-react",
|
||||
"packages/*",
|
||||
"examples/*"
|
||||
],
|
||||
"nohoist": [
|
||||
|
|
@ -36,9 +34,9 @@
|
|||
"test:types": "tsc --noEmit",
|
||||
"test": "jest",
|
||||
"watch": "lerna run watch --parallel --scope @docsearch/*",
|
||||
"website:build": "cd packages/website && yarn install && yarn build",
|
||||
"website:start": "cd packages/website && yarn install && yarn start --host 0.0.0.0",
|
||||
"website:test": "cd packages/website && yarn install && yarn start --no-open"
|
||||
"website:build": "yarn workspace @docsearch/website build",
|
||||
"website:start": "yarn workspace @docsearch/website start --host 0.0.0.0",
|
||||
"website:test": "yarn workspace @docsearch/website start --no-open"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-transform-react-jsx": "7.23.4",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@algolia/ui-library": "4.0.0-beta.71",
|
||||
"@docsearch/react": "3.6.2",
|
||||
"@docsearch/react": "3.6.3",
|
||||
"@docusaurus/core": "3.5.2",
|
||||
"@docusaurus/preset-classic": "3.5.2",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
|
|
@ -48,9 +48,5 @@
|
|||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"resolutions": {
|
||||
"@docsearch/react": "link:../docsearch-react",
|
||||
"@docsearch/css": "link:../docsearch-css"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue