Skip to content

Commit

Permalink
fix: update @verdaccio/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Aug 13, 2019
1 parent f1ef6ba commit 9bd36f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"coverage:publish": "codecov"
},
"dependencies": {
"@verdaccio/file-locking": "0.0.8",
"@verdaccio/file-locking": "1.0.0",
"@verdaccio/streams": "2.0.0-beta.0",
"async": "3.0.1-0",
"http-errors": "1.7.1",
Expand Down
9 changes: 4 additions & 5 deletions plugins/local-storage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1153,13 +1153,12 @@
babel-plugin-emotion "9.2.10"
babel-plugin-flow-runtime "0.18.0"

"@verdaccio/file-locking@0.0.8":
version "0.0.8"
resolved "https://registry.verdaccio.org/@verdaccio%2ffile-locking/-/file-locking-0.0.8.tgz#6acb62e17db2fa093f86158e4a1c0b2802a69359"
integrity sha512-kK7siED1Yc/t8+G3Iyb0vdQ6mM+TKNW2wM8LO0D6bXg3rBWlf863JG7JIedSGUeMzwFOKjX75jreiE+xVeAb3w==
"@verdaccio/file-locking@1.0.0":
version "1.0.0"
resolved "https://registry.verdaccio.org/@verdaccio%2ffile-locking/-/file-locking-1.0.0.tgz#2f148612d9ce5c3c0dfd826151561b2aa887777d"
integrity sha512-FncTOEL01a8yd6xOcNX1TQgc3pRYxByAI2OaAJHjGu5xxcGoqTo6RrIDU3ILdW2ypjc9Ow/xJLarUkr6zDhyfQ==
dependencies:
lockfile "1.0.4"
lodash "4.17.11"

"@verdaccio/[email protected]":
version "2.0.0-beta.0"
Expand Down

0 comments on commit 9bd36f0

Please sign in to comment.