0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

Merge pull request #552 from verdaccio/update-dependencies

chore: update dependencies
This commit is contained in:
Juan Picado @jotadeveloper 2018-02-03 17:28:20 +01:00 committed by GitHub
commit 3f3c789e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1445 additions and 1454 deletions

View file

@ -34,7 +34,7 @@
"http-errors": "^1.4.0",
"js-string-escape": "1.0.1",
"js-yaml": "^3.6.0",
"jsonwebtoken": "^8.1.0",
"jsonwebtoken": "^8.1.1",
"lockfile": "^1.0.1",
"lodash": "4.17.4",
"lunr": "^0.7.0",
@ -48,9 +48,9 @@
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"@commitlint/cli": "6.0.2",
"@commitlint/config-conventional": "6.0.2",
"@commitlint/travis-cli": "6.0.2",
"@commitlint/cli": "^6.1.0",
"@commitlint/config-conventional": "^6.1.0",
"@commitlint/travis-cli": "^6.1.0",
"@verdaccio/types": "0.2.0",
"axios": "0.17.1",
"babel-cli": "6.26.0",
@ -81,17 +81,17 @@
"element-theme-default": "1.4.12",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "4.15.0",
"eslint": "^4.17.0",
"eslint-config-google": "0.9.1",
"eslint-loader": "1.9.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-flowtype": "2.41.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jest": "21.7.0",
"eslint-plugin-react": "7.5.1",
"eslint-plugin-react": "^7.6.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.6",
"flow-bin": "0.63.1",
"flow-bin": "^0.64.0",
"flow-runtime": "0.16.0",
"friendly-errors-webpack-plugin": "1.6.1",
"github-markdown-css": "2.10.0",
@ -105,7 +105,7 @@
"localstorage-memory": "1.0.2",
"node-sass": "4.7.2",
"normalize.css": "7.0.0",
"ora": "1.3.0",
"ora": "^1.4.0",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
@ -116,14 +116,14 @@
"sass-loader": "6.0.6",
"source-map-loader": "0.2.3",
"standard-version": "4.3.0",
"style-loader": "0.19.1",
"style-loader": "^0.20.1",
"stylelint": "8.4.0",
"stylelint-config-recommended-scss": "3.0.0",
"stylelint-scss": "2.2.0",
"stylelint-webpack-plugin": "0.10.1",
"supertest": "3.0.0",
"url-loader": "0.6.2",
"verdaccio-auth-memory": "0.0.3",
"verdaccio-auth-memory": "^0.0.4",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.1",
"webpack-merge": "4.1.1"

View file

@ -84,6 +84,7 @@ class Config {
}
}
// sanity check for uplinks
/* eslint guard-for-in: 0 */
for (let i in self.uplinks) {
if (self.uplinks[i].cache == null) {
self.uplinks[i].cache = true;

View file

@ -291,6 +291,7 @@ class LocalStorage implements IStorage {
*/
mergeTags(name: string, tags: MergeTags, callback: Callback) {
this._updatePackage(name, (data, cb) => {
/* eslint guard-for-in: 0 */
for (let t: string in tags) {
if (_.isNull(tags[t])) {
delete data['dist-tags'][t];

2875
yarn.lock

File diff suppressed because it is too large Load diff