ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 58ca93452afe9c794f0f0e07fdeba6409d29a217
parent 21e5e7eac92f99838f9a40da7bfeaf6cfeb3c7e9
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Mon,  8 Jun 2015 11:18:07 +0300

Update npm modules: babel, jest...

See what's new in Babel: https://github.com/babel/babel/blob/master/CHANGELOG.md

Diffstat:
Mpackage.json | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -10,7 +10,7 @@ "npm": ">= 2.1" }, "dependencies": { - "babel": "5.4.7", + "babel": "5.5.5", "classnames": "2.1.2", "eventemitter3": "1.1.0", "express": "4.12.4", @@ -26,9 +26,9 @@ }, "devDependencies": { "autoprefixer-core": "^5.2.0", - "babel-core": "^5.4.7", - "babel-eslint": "^3.1.11", - "babel-loader": "^5.1.3", + "babel-core": "^5.5.5", + "babel-eslint": "^3.1.14", + "babel-loader": "^5.1.4", "browser-sync": "^2.7.6", "css-loader": "^0.14.4", "del": "^1.2.0", @@ -43,7 +43,7 @@ "gulp-rename": "^1.2.2", "gulp-size": "^1.2.1", "gulp-util": "^3.0.5", - "jest-cli": "^0.4.5", + "jest-cli": "^0.4.7", "less": "^2.5.1", "less-loader": "^2.2.0", "minimist": "^1.1.1",