mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore(deps): update dependency @orama/orama to v1.0.2 (#3842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3f237d0cec
commit
59a6c01124
2 changed files with 18 additions and 14 deletions
|
@ -40,7 +40,7 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "16.18.10",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@orama/orama": "1.0.0-beta.16",
|
||||
"@orama/orama": "1.0.2",
|
||||
"debug": "4.3.4",
|
||||
"esbuild": "0.14.10"
|
||||
},
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
lockfileVersion: '6.0'
|
||||
lockfileVersion: '6.1'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
got: 11.8.5
|
||||
|
@ -1453,8 +1457,8 @@ importers:
|
|||
packages/search:
|
||||
devDependencies:
|
||||
'@orama/orama':
|
||||
specifier: 1.0.0-beta.16
|
||||
version: 1.0.0-beta.16
|
||||
specifier: 1.0.2
|
||||
version: 1.0.2
|
||||
'@types/node':
|
||||
specifier: 16.18.10
|
||||
version: 16.18.10
|
||||
|
@ -3513,10 +3517,10 @@ packages:
|
|||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/compat-data': 7.21.9
|
||||
'@babel/compat-data': 7.21.4
|
||||
'@babel/core': 7.20.7
|
||||
'@babel/helper-compilation-targets': 7.21.5(@babel/core@7.20.7)
|
||||
'@babel/helper-plugin-utils': 7.21.5
|
||||
'@babel/helper-compilation-targets': 7.21.4(@babel/core@7.20.7)
|
||||
'@babel/helper-plugin-utils': 7.20.2
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.20.7)
|
||||
'@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.20.7)
|
||||
|
||||
|
@ -3526,10 +3530,10 @@ packages:
|
|||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/compat-data': 7.21.9
|
||||
'@babel/compat-data': 7.21.4
|
||||
'@babel/core': 7.21.4
|
||||
'@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.4)
|
||||
'@babel/helper-plugin-utils': 7.21.5
|
||||
'@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4)
|
||||
'@babel/helper-plugin-utils': 7.20.2
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4)
|
||||
'@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4)
|
||||
dev: true
|
||||
|
@ -5807,7 +5811,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.20.7
|
||||
'@babel/helper-plugin-utils': 7.21.5
|
||||
'@babel/helper-plugin-utils': 7.20.2
|
||||
'@babel/helper-validator-option': 7.21.0
|
||||
'@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.20.7)
|
||||
'@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.20.7)
|
||||
|
@ -5821,7 +5825,7 @@ packages:
|
|||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.21.4
|
||||
'@babel/helper-plugin-utils': 7.21.5
|
||||
'@babel/helper-plugin-utils': 7.20.2
|
||||
'@babel/helper-validator-option': 7.21.0
|
||||
'@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.4)
|
||||
'@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.4)
|
||||
|
@ -9072,8 +9076,8 @@ packages:
|
|||
resolution: {integrity: sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==}
|
||||
dev: true
|
||||
|
||||
/@orama/orama@1.0.0-beta.16:
|
||||
resolution: {integrity: sha512-mmjP9+w7EgnpyLLs/vIPHsNKwreTsHAkPK44JQ62kRYseatHT5VEL/5nr/duBAReEZVbqMFst1jVJCHsucXr3g==}
|
||||
/@orama/orama@1.0.2:
|
||||
resolution: {integrity: sha512-IcAuSZnJHeMHNlJKrLrz9YwWThHfHa0eG1G/BrUiiGPQgjoH2Ls0auneRxCyupqnYQHcgAdTBtp6M1bC9yZjsQ==}
|
||||
engines: {node: '>= 16.0.0'}
|
||||
dev: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue