Update gulp-lintspaces to 0.3.2

gulp-lintspaces@0.3.1 was unpublished. Also remove
backbone.stickit library as we don't use it anymore.

Change-Id: I15730f8501a33c5887f447afb2d57b0628724882
This commit is contained in:
Vitaly Kramskikh 2015-11-13 17:29:07 +07:00
parent c6596e5ce4
commit b8138ae0d7
2 changed files with 32 additions and 31 deletions

60
npm-shrinkwrap.json generated
View File

@ -732,16 +732,6 @@
}
}
},
"backbone.stickit": {
"version": "0.9.2",
"from": "backbone.stickit@0.9.2",
"dependencies": {
"underscore": {
"version": "1.8.3",
"from": "underscore@>=1.4.2"
}
}
},
"bootstrap": {
"version": "3.3.4",
"from": "bootstrap@3.3.4"
@ -3247,8 +3237,8 @@
}
},
"gulp-lintspaces": {
"version": "0.3.1",
"from": "gulp-lintspaces@0.3.1",
"version": "0.3.2",
"from": "gulp-lintspaces@0.3.2",
"dependencies": {
"gulp-util": {
"version": "2.2.20",
@ -3272,7 +3262,7 @@
"dependencies": {
"ansi-regex": {
"version": "0.2.1",
"from": "ansi-regex@^0.2.1"
"from": "ansi-regex@^0.2.0"
}
}
},
@ -3282,7 +3272,7 @@
"dependencies": {
"ansi-regex": {
"version": "0.2.1",
"from": "ansi-regex@^0.2.1"
"from": "ansi-regex@^0.2.0"
}
}
},
@ -3297,11 +3287,11 @@
"from": "dateformat@^1.0.7-1.2.3",
"dependencies": {
"get-stdin": {
"version": "5.0.0",
"version": "5.0.1",
"from": "get-stdin@*"
},
"meow": {
"version": "3.4.2",
"version": "3.5.0",
"from": "meow@*",
"dependencies": {
"camelcase-keys": {
@ -3319,20 +3309,26 @@
}
},
"loud-rejection": {
"version": "1.0.0",
"from": "loud-rejection@^1.0.0"
"version": "1.1.0",
"from": "loud-rejection@^1.0.0",
"dependencies": {
"signal-exit": {
"version": "2.1.2",
"from": "signal-exit@^2.1.2"
}
}
},
"minimist": {
"version": "1.2.0",
"from": "minimist@^1.1.3"
},
"normalize-package-data": {
"version": "2.3.4",
"version": "2.3.5",
"from": "normalize-package-data@^2.3.4",
"dependencies": {
"hosted-git-info": {
"version": "2.1.4",
"from": "hosted-git-info@^2.0.2"
"from": "hosted-git-info@^2.1.4"
},
"is-builtin-module": {
"version": "1.0.0",
@ -3353,7 +3349,7 @@
"from": "validate-npm-package-license@^3.0.1",
"dependencies": {
"spdx-correct": {
"version": "1.0.1",
"version": "1.0.2",
"from": "spdx-correct@~1.0.0",
"dependencies": {
"spdx-license-ids": {
@ -3363,12 +3359,12 @@
}
},
"spdx-expression-parse": {
"version": "1.0.0",
"version": "1.0.1",
"from": "spdx-expression-parse@~1.0.0",
"dependencies": {
"spdx-exceptions": {
"version": "1.0.3",
"from": "spdx-exceptions@^1.0.0"
"version": "1.0.4",
"from": "spdx-exceptions@^1.0.4"
},
"spdx-license-ids": {
"version": "1.1.0",
@ -3425,13 +3421,19 @@
"from": "parse-json@^2.2.0",
"dependencies": {
"error-ex": {
"version": "1.2.0",
"from": "error-ex@^1.2.0"
"version": "1.3.0",
"from": "error-ex@^1.2.0",
"dependencies": {
"is-arrayish": {
"version": "0.2.1",
"from": "is-arrayish@^0.2.1"
}
}
}
}
},
"pify": {
"version": "2.2.0",
"version": "2.3.0",
"from": "pify@^2.0.0"
},
"pinkie-promise": {
@ -3465,7 +3467,7 @@
"from": "graceful-fs@^4.1.2"
},
"pify": {
"version": "2.2.0",
"version": "2.3.0",
"from": "pify@^2.0.0"
},
"pinkie-promise": {
@ -3648,7 +3650,7 @@
},
"inherits": {
"version": "2.0.1",
"from": "inherits@2"
"from": "inherits@~2.0.1"
}
}
}

View File

@ -10,7 +10,6 @@
"babel-core": "5.8.23",
"babel-loader": "5.3.2",
"backbone": "1.2.1",
"backbone.stickit": "0.9.2",
"bootstrap": "3.3.4",
"classnames": "1.1.4",
"css-loader": "0.17.0",
@ -49,7 +48,7 @@
"eslint-plugin-react": "3.1.0",
"glob": "~5.0.5",
"gulp-eslint": "1.0.0",
"gulp-lintspaces": "0.3.1",
"gulp-lintspaces": "0.3.2",
"gulp-shell": "0.4.1",
"intern": "2.2.2",
"karma": "~0.13.9",