0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore: pin local-storage dependency

update types
This commit is contained in:
Juan Picado @jotadeveloper 2018-04-14 22:32:17 +02:00
parent 962b95ebc3
commit f1a5ee43be
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
},
"dependencies": {
"@verdaccio/file-locking": "0.0.5",
"@verdaccio/local-storage": "^0.3.0",
"@verdaccio/local-storage": "0.3.0",
"@verdaccio/streams": "1.0.0",
"JSONStream": "1.3.2",
"async": "2.6.0",
@ -51,7 +51,7 @@
"@commitlint/cli": "6.1.3",
"@commitlint/config-conventional": "6.1.3",
"@commitlint/travis-cli": "6.1.3",
"@verdaccio/types": "2.0.3",
"@verdaccio/types": "2.0.4",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",

View file

@ -227,7 +227,7 @@
lockfile "1.0.3"
lodash "4.17.4"
"@verdaccio/local-storage@^0.3.0":
"@verdaccio/local-storage@0.3.0":
version "0.3.0"
resolved "https://registry.npmjs.org/@verdaccio/local-storage/-/local-storage-0.3.0.tgz#6fdf3fac243a43842ecfc84a0207c4ba5e4cd5cb"
dependencies:
@ -242,9 +242,9 @@
version "1.0.0"
resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-1.0.0.tgz#d5d24c6747208728b9fd16b908e3932c3fb1f864"
"@verdaccio/types@2.0.3":
version "2.0.3"
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-2.0.3.tgz#ae72544af5f867975bc68d8862b040611f1b80ed"
"@verdaccio/types@2.0.4":
version "2.0.4"
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-2.0.4.tgz#a81566b00e305f3e25e1f2913299b3e57a303f11"
JSONStream@1.3.2, JSONStream@^1.0.4:
version "1.3.2"