0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Merge pull request #692 from verdaccio/fix-691

Update dependencies
This commit is contained in:
Juan Picado @jotadeveloper 2018-05-13 23:37:08 +02:00 committed by GitHub
commit abca180fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -15,26 +15,26 @@
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"@verdaccio/file-locking": "0.0.5",
"@verdaccio/file-locking": "0.0.7",
"@verdaccio/local-storage": "1.0.2",
"@verdaccio/streams": "1.0.0",
"JSONStream": "1.3.2",
"async": "2.6.0",
"body-parser": "1.18.2",
"bunyan": "1.8.12",
"chalk": "2.3.2",
"chalk": "2.4.1",
"commander": "2.15.0",
"compression": "1.7.2",
"cookies": "0.7.1",
"cors": "2.8.4",
"date-fns": "1.29.0",
"express": "4.16.2",
"express": "4.16.3",
"global": "4.3.2",
"handlebars": "4.0.11",
"http-errors": "1.6.2",
"js-string-escape": "1.0.1",
"js-yaml": "3.11.0",
"jsonwebtoken": "8.2.0",
"jsonwebtoken": "8.2.1",
"lockfile": "1.0.3",
"lodash": "4.17.10",
"lunr": "0.7.0",
@ -43,7 +43,7 @@
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"pkginfo": "0.4.1",
"request": "2.83.0",
"request": "2.85.0",
"semver": "5.5.0",
"verdaccio-htpasswd": "0.2.2"
},
@ -55,7 +55,7 @@
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.4.1",
"babel-jest": "22.4.3",
"babel-loader": "7.1.4",
"babel-plugin-flow-runtime": "0.17.0",
"babel-plugin-transform-async-to-generator": "6.24.1",
@ -73,7 +73,7 @@
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"codecov": "3.0.0",
"codecov": "3.0.2",
"cross-env": "5.1.4",
"css-loader": "0.28.10",
"element-react": "1.4.8",
@ -97,14 +97,14 @@
"husky": "0.15.0-rc.8",
"identity-obj-proxy": "3.0.0",
"in-publish": "2.0.0",
"jest": "22.4.2",
"jest-environment-jsdom": "22.4.1",
"jest": "22.4.3",
"jest-environment-jsdom": "22.4.3",
"jest-environment-jsdom-global": "1.0.3",
"jest-environment-node": "22.4.1",
"jest-environment-node": "22.4.3",
"localstorage-memory": "1.0.2",
"mini-css-extract-plugin": "0.4.0",
"node-mocks-http": "1.6.7",
"node-sass": "4.7.2",
"node-sass": "4.9.0",
"normalize.css": "8.0.0",
"ora": "1.4.0",
"prop-types": "15.6.1",
@ -127,9 +127,9 @@
"url-loader": "0.6.2",
"verdaccio-auth-memory": "0.0.4",
"verdaccio-memory": "1.0.1",
"webpack": "4.6.0",
"webpack": "4.8.3",
"webpack-cli": "2.0.15",
"webpack-dev-server": "3.1.3",
"webpack-dev-server": "3.1.4",
"webpack-merge": "4.1.2",
"whatwg-fetch": "2.0.3"
},

BIN
yarn.lock

Binary file not shown.