mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-08 14:54:51 -05:00
deps: update dependency @cmfcmf/docusaurus-search-local to v2
This commit is contained in:
parent
28433ec93e
commit
dda1413bbe
2 changed files with 11 additions and 18 deletions
27
docs/package-lock.json
generated
27
docs/package-lock.json
generated
|
|
@ -8,7 +8,7 @@
|
|||
"name": "constellation-docs",
|
||||
"version": "2.0.0",
|
||||
"dependencies": {
|
||||
"@cmfcmf/docusaurus-search-local": "1.2.0",
|
||||
"@cmfcmf/docusaurus-search-local": "2.0.0",
|
||||
"@docusaurus/core": "3.9.1",
|
||||
"@docusaurus/preset-classic": "3.9.1",
|
||||
"@docusaurus/theme-mermaid": "3.9.1",
|
||||
|
|
@ -2345,24 +2345,26 @@
|
|||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@cmfcmf/docusaurus-search-local": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@cmfcmf/docusaurus-search-local/-/docusaurus-search-local-1.2.0.tgz",
|
||||
"integrity": "sha512-Tc0GhRBsfZAiB+f6BoPB8YCQap6JzzcDyJ0dLSCSzWQ6wdWvDlTBrHc1YqR8q8AZ+STRszL5eZpZFi5dbTCdYg==",
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@cmfcmf/docusaurus-search-local/-/docusaurus-search-local-2.0.0.tgz",
|
||||
"integrity": "sha512-WfgqJN5VXeyhcAVTF4isXFNCvZXdOlQZIsXbgKPEmXcXykV+YfPX4UgKJ4J/MuKtaKQ8SGjfeXhg2clhdmwHVw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@algolia/autocomplete-js": "^1.8.2",
|
||||
"@algolia/autocomplete-theme-classic": "^1.8.2",
|
||||
"@algolia/client-search": "^4.12.0",
|
||||
"algoliasearch": "^4.12.0",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"clsx": "^1.1.1",
|
||||
"cheerio": "^1.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"lunr-languages": "^1.4.0",
|
||||
"mark.js": "^8.11.1",
|
||||
"tslib": "^2.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/core": "^2.0.0",
|
||||
"nodejieba": "^2.5.0"
|
||||
"@docusaurus/core": "^3.0.0",
|
||||
"nodejieba": "^2.5.0 || ^3.0.0",
|
||||
"react": "^18 || ^19",
|
||||
"react-dom": "^18 || ^19"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"nodejieba": {
|
||||
|
|
@ -2370,15 +2372,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@cmfcmf/docusaurus-search-local/node_modules/clsx": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
|
||||
"integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/@colors/colors": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cmfcmf/docusaurus-search-local": "1.2.0",
|
||||
"@cmfcmf/docusaurus-search-local": "2.0.0",
|
||||
"@docusaurus/core": "3.9.1",
|
||||
"@docusaurus/preset-classic": "3.9.1",
|
||||
"@docusaurus/theme-mermaid": "3.9.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue