1
0
Fork 0

chore(website): use the local package (#2331)

This commit is contained in:
Pierre Millot 2024-11-04 08:53:24 +01:00 committed by GitHub
parent e52c8f3435
commit d5770a8ab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6771 additions and 10070 deletions

View file

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

View file

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

6949
yarn.lock

File diff suppressed because it is too large Load diff