mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
update dependencies
This commit is contained in:
parent
68d3cc7295
commit
c18ac8015a
1 changed files with 14 additions and 14 deletions
28
package.yaml
28
package.yaml
|
@ -18,24 +18,24 @@ bin:
|
||||||
sinopia: ./bin/sinopia
|
sinopia: ./bin/sinopia
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
express: '>= 3.2.5'
|
express: '>= 3.4.7'
|
||||||
commander: '>= 1.1.1'
|
commander: '>= 2.1.0'
|
||||||
js-yaml: '>= 2.0.5'
|
js-yaml: '>= 3.0.1'
|
||||||
cookies: '>= 0.3.6'
|
cookies: '>= 0.3.8'
|
||||||
request: '*'
|
request: '>= 2.31.0'
|
||||||
async: '*'
|
async: '>= 0.2.9'
|
||||||
semver: '>= 2.0.5' # compareLoose
|
semver: '>= 2.2.1'
|
||||||
minimatch: '*'
|
minimatch: '>= 0.2.14'
|
||||||
bunyan: '>= 0.16.4'
|
bunyan: '>= 0.22.1'
|
||||||
fs-ext: '*'
|
fs-ext: '>= 0.3.2'
|
||||||
mkdirp: '*'
|
mkdirp: '>= 0.3.5'
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
rimraf: '*'
|
rimraf: '>= 2.2.5'
|
||||||
mocha: '*'
|
mocha: '>= 1.17.0'
|
||||||
|
|
||||||
# linting tools
|
# linting tools
|
||||||
eslint: '*'
|
eslint: '~ 0.2.0'
|
||||||
#eslint-stylish: '*'
|
#eslint-stylish: '*'
|
||||||
|
|
||||||
# for debugging memory leaks, it'll be require()'d if
|
# for debugging memory leaks, it'll be require()'d if
|
||||||
|
|
Loading…
Reference in a new issue