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:
parent
962b95ebc3
commit
f1a5ee43be
2 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/file-locking": "0.0.5",
|
"@verdaccio/file-locking": "0.0.5",
|
||||||
"@verdaccio/local-storage": "^0.3.0",
|
"@verdaccio/local-storage": "0.3.0",
|
||||||
"@verdaccio/streams": "1.0.0",
|
"@verdaccio/streams": "1.0.0",
|
||||||
"JSONStream": "1.3.2",
|
"JSONStream": "1.3.2",
|
||||||
"async": "2.6.0",
|
"async": "2.6.0",
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"@commitlint/cli": "6.1.3",
|
"@commitlint/cli": "6.1.3",
|
||||||
"@commitlint/config-conventional": "6.1.3",
|
"@commitlint/config-conventional": "6.1.3",
|
||||||
"@commitlint/travis-cli": "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-cli": "6.26.0",
|
||||||
"babel-core": "6.26.0",
|
"babel-core": "6.26.0",
|
||||||
"babel-eslint": "8.2.2",
|
"babel-eslint": "8.2.2",
|
||||||
|
|
|
@ -227,7 +227,7 @@
|
||||||
lockfile "1.0.3"
|
lockfile "1.0.3"
|
||||||
lodash "4.17.4"
|
lodash "4.17.4"
|
||||||
|
|
||||||
"@verdaccio/local-storage@^0.3.0":
|
"@verdaccio/local-storage@0.3.0":
|
||||||
version "0.3.0"
|
version "0.3.0"
|
||||||
resolved "https://registry.npmjs.org/@verdaccio/local-storage/-/local-storage-0.3.0.tgz#6fdf3fac243a43842ecfc84a0207c4ba5e4cd5cb"
|
resolved "https://registry.npmjs.org/@verdaccio/local-storage/-/local-storage-0.3.0.tgz#6fdf3fac243a43842ecfc84a0207c4ba5e4cd5cb"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -242,9 +242,9 @@
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-1.0.0.tgz#d5d24c6747208728b9fd16b908e3932c3fb1f864"
|
resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-1.0.0.tgz#d5d24c6747208728b9fd16b908e3932c3fb1f864"
|
||||||
|
|
||||||
"@verdaccio/types@2.0.3":
|
"@verdaccio/types@2.0.4":
|
||||||
version "2.0.3"
|
version "2.0.4"
|
||||||
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-2.0.3.tgz#ae72544af5f867975bc68d8862b040611f1b80ed"
|
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-2.0.4.tgz#a81566b00e305f3e25e1f2913299b3e57a303f11"
|
||||||
|
|
||||||
JSONStream@1.3.2, JSONStream@^1.0.4:
|
JSONStream@1.3.2, JSONStream@^1.0.4:
|
||||||
version "1.3.2"
|
version "1.3.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue