diff --git a/package.json b/package.json index 24625fc..005fd9d 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,31 @@ { "name": "reactodo", - "version": "0.2.3", + "version": "0.2.4", "description": "Multiple localStorage TODO lists, built with React", "scripts": { "dev": "gulp clean && gulp", "dist": "gulp clean && gulp dist --production" }, "dependencies": { - "react": "~0.12.1" + "react": "~0.12.2" }, "devDependencies": { - "browserify": "^6.3.3", - "del": "^0.1.3", + "browserify": "^8.1.3", + "del": "^1.1.1", "envify": "^3.2.0", - "glob": "^4.2.1", + "glob": "^4.3.5", "gulp": "^3.8.10", - "gulp-concat": "^2.4.2", + "gulp-concat": "^2.4.3", "gulp-flatten": "0.0.4", - "gulp-jshint": "^1.9.0", + "gulp-jshint": "^1.9.2", "gulp-plumber": "^0.6.6", "gulp-react": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-streamify": "0.0.5", - "gulp-template": "^1.1.1", - "gulp-uglify": "^1.0.1", - "gulp-util": "^3.0.1", + "gulp-template": "^2.1.0", + "gulp-uglify": "^1.1.0", + "gulp-util": "^3.0.3", + "jshint-stylish": "^1.0.0", "vinyl-source-stream": "^1.0.0" }, "author": "Jonathan Buchanan ",