mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: restore dep (#3813)
This commit is contained in:
parent
cc43ba4faf
commit
bbd97b7cf8
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
@ -693,7 +693,7 @@ importers:
|
||||
version: 0.23.25(typescript@4.9.4)
|
||||
typedoc-plugin-missing-exports:
|
||||
specifier: latest
|
||||
version: 2.0.0(typedoc@0.23.25)
|
||||
version: 1.0.0(typedoc@0.23.25)
|
||||
|
||||
packages/core/file-locking:
|
||||
dependencies:
|
||||
@ -2178,8 +2178,8 @@ importers:
|
||||
specifier: 11.10.6
|
||||
version: 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.26)(react@17.0.2)
|
||||
'@lyrasearch/lyra':
|
||||
specifier: ^0.4.0
|
||||
version: 0.4.0
|
||||
specifier: 0.3.0
|
||||
version: 0.3.0
|
||||
'@mdx-js/react':
|
||||
specifier: ^1.6.22
|
||||
version: 1.6.22(react@17.0.2)
|
||||
@ -7233,9 +7233,8 @@ packages:
|
||||
/@leichtgewicht/ip-codec@2.0.4:
|
||||
resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
|
||||
|
||||
/@lyrasearch/lyra@0.4.0:
|
||||
resolution: {integrity: sha512-qWlq2Cv8GeuUJz85CvpbwAo/VWBkozxFbb7GKR+ljftXggQeLs8VN4hyNZiusw4MPek01z7Aj6PLeTLijC/h6Q==}
|
||||
engines: {node: '>= 16.0.0'}
|
||||
/@lyrasearch/lyra@0.3.0:
|
||||
resolution: {integrity: sha512-HKACmENyo4EKloPWQawqX7lKt+qh8w+7r/orNtwzWZ67fJcw59pDd5IwzYw52S9oFg9Dablsw8cuJXk2vNvHkQ==}
|
||||
deprecated: Lyra is now called Orama! Install the latest stable version via the @orama/orama package
|
||||
dev: false
|
||||
|
||||
@ -25913,14 +25912,6 @@ packages:
|
||||
typedoc: 0.23.25(typescript@4.9.4)
|
||||
dev: true
|
||||
|
||||
/typedoc-plugin-missing-exports@2.0.0(typedoc@0.23.25):
|
||||
resolution: {integrity: sha512-t0QlKCm27/8DaheJkLo/gInSNjzBXgSciGhoLpL6sLyXZibm7SuwJtHvg4qXI2IjJfFBgW9mJvvszpoxMyB0TA==}
|
||||
peerDependencies:
|
||||
typedoc: 0.24.x
|
||||
dependencies:
|
||||
typedoc: 0.23.25(typescript@4.9.4)
|
||||
dev: true
|
||||
|
||||
/typedoc@0.23.25(typescript@4.9.4):
|
||||
resolution: {integrity: sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==}
|
||||
engines: {node: '>= 14.14'}
|
||||
|
@ -35,7 +35,7 @@
|
||||
"@emotion/jest": "11.10.5",
|
||||
"@emotion/react": "11.10.6",
|
||||
"@emotion/styled": "11.10.6",
|
||||
"@lyrasearch/lyra": "^0.4.0",
|
||||
"@lyrasearch/lyra": "0.3.0",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@mui/icons-material": "5.11.16",
|
||||
"@mui/material": "5.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user