commit d15b3b375ad1081b354dfdce5ce20e410ba0aa72
parent 01abab81a12f65bc149724f2b1afc1e8e04f9856
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Tue, 29 Jul 2014 17:43:35 +0400
Update node.js modules
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package.json b/package.json
@@ -7,17 +7,17 @@
"dependencies": {
"bootstrap": "^3.2.0",
"jquery": "^2.1.1",
- "react": "^0.11.0"
+ "react": "^0.11.1"
},
"devDependencies": {
"ecstatic": "^0.5.4",
"event-stream": "^3.1.7",
"gulp": "^3.8.6",
- "gulp-changed": "^0.4.0",
+ "gulp-changed": "^0.4.1",
"gulp-embedlr": "^0.5.2",
"gulp-htmlmin": "^0.1.3",
- "gulp-jshint": "^1.7.1",
- "gulp-less": "^1.3.2",
+ "gulp-jshint": "^1.8.0",
+ "gulp-less": "^1.3.3",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-css": "^0.3.7",
@@ -26,13 +26,13 @@
"gulp-util": "^3.0.0",
"jshint-stylish": "^0.4.0",
"jsx-loader": "^0.11.0",
- "karma": "^0.12.17",
+ "karma": "^0.12.19",
"minimist": "^0.2.0",
"protractor": "^1.0.0",
"rimraf": "^2.2.8",
"run-sequence": "^0.3.6",
"url-loader": "^0.5.5",
- "webpack": "^1.3.2-beta6"
+ "webpack": "^1.3.2-beta9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"