Update all packages to current stable versions

This commit is contained in:
Pavel Djundik 2016-03-16 12:14:04 +02:00
parent 9ef348e614
commit 2dbe6a824f
2 changed files with 9 additions and 9 deletions

View file

@ -54,12 +54,12 @@
"number-leading-zero": "never",
"number-no-trailing-zeros": true,
"number-zero-length-no-unit": true,
"rule-no-duplicate-properties": true,
"rule-no-shorthand-property-overrides": true,
"declaration-block-no-duplicate-properties": true,
"declaration-block-no-shorthand-property-overrides": true,
"rule-non-nested-empty-line-before": ["always-multi-line", {
"ignore": ["after-comment"]
}],
"rule-trailing-semicolon": "always",
"declaration-block-trailing-semicolon": "always",
"selector-combinator-space-after": "always",
"selector-combinator-space-before": "always",
"selector-list-comma-newline-after": "always",

View file

@ -32,9 +32,9 @@
"commander": "2.9.0",
"event-stream": "3.3.2",
"express": "4.13.4",
"lodash": "4.5.0",
"lodash": "4.6.1",
"mkdirp": "0.5.1",
"moment": "2.11.2",
"moment": "2.12.0",
"read": "1.0.7",
"request": "2.69.0",
"slate-irc": "0.8.1",
@ -42,13 +42,13 @@
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "2.3.0",
"eslint": "2.4.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-uglify": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"handlebars": "4.0.5",
"mocha": "2.4.5",
"stylelint": "4.3.3"
"stylelint": "5.0.1"
}
}