mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
fix: update local-storage dep to fix unit test
This commit is contained in:
parent
bd288e57f0
commit
fc116b5907
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/file-locking": "0.0.5",
|
||||
"@verdaccio/local-storage": "0.1.3",
|
||||
"@verdaccio/local-storage": "0.1.4",
|
||||
"@verdaccio/streams": "1.0.0",
|
||||
"JSONStream": "^1.1.1",
|
||||
"apache-md5": "^1.1.2",
|
||||
|
|
|
@ -73,9 +73,9 @@
|
|||
lockfile "1.0.3"
|
||||
lodash "4.17.4"
|
||||
|
||||
"@verdaccio/local-storage@0.1.3":
|
||||
version "0.1.3"
|
||||
resolved "https://registry.npmjs.org/@verdaccio/local-storage/-/local-storage-0.1.3.tgz#f8f5f39340b52042bc8c3c3693de1d1660cf1ac7"
|
||||
"@verdaccio/local-storage@0.1.4":
|
||||
version "0.1.4"
|
||||
resolved "https://registry.npmjs.org/@verdaccio/local-storage/-/local-storage-0.1.4.tgz#7e235d8f3e7a98bfa6214c75ae80a8e5ae1afe04"
|
||||
dependencies:
|
||||
"@verdaccio/file-locking" "0.0.5"
|
||||
"@verdaccio/streams" "0.0.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue