diff --git a/README.md b/README.md index f2030ae..17698c2 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ To find out more about Slush, check out the [documentation](https://github.com/s ## Change log +#### 0.1.1 + +* Update dependencies for the slush app. + #### 0.1.0 * Refactoring slushfile in line with ES6. diff --git a/package.json b/package.json index 76d276b..666910f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "slush-spa", "description": "SPA creation", - "version": "0.1.0", + "version": "0.1.1", "homepage": "https://github.com/KateKate/slush-spa", "author": { "name": "Kate Anishkina", @@ -29,16 +29,16 @@ "test": "echo \"No tests\"" }, "dependencies": { - "babel": "^5.8.23", + "babel": "^5.8.29", "gulp": "^3.6.2", - "gulp-conflict": "^0.1.1", - "gulp-install": "^0.1.4", + "gulp-conflict": "^0.3.0", + "gulp-install": "^0.3.0", "gulp-rename": "^1.2.0", - "gulp-template": "^0.1.1", + "gulp-template": "^3.0.0", "iniparser": "^1.0.5", - "inquirer": "^0.8.0", + "inquirer": "^0.11.0", "slush": ">=1.0.0", - "underscore.string": "^2.3.3" + "underscore.string": "^3.2.2" }, "keywords": [ "slushgenerator"