diff --git a/README.md b/README.md index c1006ad..0c0631e 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ gulp -T [![Send e-mail][mail-image]][mail-url] [![Join the chat][gitter-image]][gitter-url] -[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://nod.st) +[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://nod.st) [![Greenkeeper badge](https://badges.greenkeeper.io/NOD-studios/console.svg)](https://greenkeeper.io/) by [NOD studios](http://nod.st) diff --git a/package.json b/package.json index 7154e5f..3ffa766 100644 --- a/package.json +++ b/package.json @@ -5,18 +5,18 @@ "main": "dist/commonjs/index.js", "dependencies": { "@nod/configuration": "^0.1.0", - "app-root-path": "^1.0.0", - "autobind-decorator": "^1.3.3", + "app-root-path": "^2.1.0", + "autobind-decorator": "^2.1.0", "babel-polyfill": "^6.3.14", - "cardinal": "^0.6.0", - "circular-json": "^0.3.0", + "cardinal": "^2.1.1", + "circular-json": "^0.5.7", "decorate-this": "^0.5.0", - "source-map-support": "^0.4.0", - "stringify-object": "^2.3.1" + "source-map-support": "^0.5.9", + "stringify-object": "^3.2.2" }, "devDependencies": { "babel-cli": "^6.4.5", - "babel-eslint": "^5.0.0-beta6", + "babel-eslint": "^9.0.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es2015-modules-amd": "^6.4.3", "babel-plugin-transform-es2015-modules-commonjs": "^6.4.5", @@ -24,19 +24,19 @@ "babel-plugin-transform-es2015-modules-umd": "^6.4.3", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", - "del": "^2.2.0", - "eslint": "^1.10.3", + "del": "^3.0.0", + "eslint": "^5.6.0", "global-object": "^1.0.0", "gulp": "github:gulpjs/gulp#4.0", - "gulp-babel": "^6.1.1", - "gulp-changed": "^1.3.0", - "gulp-debug": "^2.1.2", - "gulp-eslint": "^1.1.1", + "gulp-babel": "^8.0.0", + "gulp-changed": "^3.2.0", + "gulp-debug": "^4.0.0", + "gulp-eslint": "^5.0.0", "gulp-load-plugins": "^1.2.0", "gulp-npm-script-sync": "git://github.com/JacopKane/gulp-npm-script-sync.git#patch-2", - "gulp-sourcemaps": "^1.6.0", - "gulp-watch": "^4.3.5", - "run-sequence": "^1.1.5", + "gulp-sourcemaps": "^2.6.4", + "gulp-watch": "^5.0.1", + "run-sequence": "^2.2.1", "vinyl-paths": "^2.1.0" }, "repository": {