From 3adaefdde506fb9c857fc4d0f4a1cfaf9acbd321 Mon Sep 17 00:00:00 2001 From: wimrijnders Date: Wed, 26 Jul 2017 14:26:56 +0200 Subject: [PATCH] Update module versions to latest stable (#3287) * Updated babel modules to latest stable * Updated devDependencies all modules expect webpack * Updated webpack to latest stable --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index dcad9ccf..831d3fac 100644 --- a/package.json +++ b/package.json @@ -40,35 +40,35 @@ "keycharm": "^0.2.0" }, "devDependencies": { - "async": "^2.1.4", - "babel-core": "^6.6.5", - "babel-loader": "^6.2.4", - "babel-polyfill": "^6.22.0", + "async": "^2.5.0", + "babel-core": "^6.25.0", + "babel-loader": "^7.1.1", + "babel-polyfill": "^6.23.0", "babel-plugin-transform-es3-member-expression-literals": "^6.22.0", - "babel-plugin-transform-es3-property-literals": "^6.8.0", - "babel-plugin-transform-runtime": "^6.22.0", - "babel-preset-es2015": "^6.6.0", - "babel-runtime": "^6.22.0", + "babel-plugin-transform-es3-property-literals": "^6.22.0", + "babel-plugin-transform-runtime": "^6.23.0", + "babel-preset-es2015": "^6.24.1", + "babel-runtime": "^6.23.0", "babelify": "^7.3.0", "canvas": "^1.6.5", - "clean-css": "^4.0.2", - "eslint": "^4.2.0", + "clean-css": "^4.1.7", + "eslint": "^4.3.0", "gulp": "^3.9.1", "gulp-eslint": "^4.0.0", "gulp-clean-css": "^3.7.0", "gulp-concat": "^2.6.1", "gulp-rename": "^1.2.2", "gulp-util": "^3.0.8", - "jsdom": "9.9.1", + "jsdom": "9.12.0", "jsdom-global": "^2.1.1", - "merge-stream": "^1.0.0", - "mocha": "^3.2.0", + "merge-stream": "^1.0.1", + "mocha": "^3.4.2", "mocha-jsdom": "^1.1.0", - "rimraf": "^2.5.4", + "rimraf": "^2.6.1", "test-console": "^1.0.0", - "uglify-js": "^2.7.5", - "uuid": "^3.0.1", - "webpack": "^2.0.0", - "yargs": "^6.6.0" + "uglify-js": "^2.8.29", + "uuid": "^3.1.0", + "webpack": "^3.3.0", + "yargs": "^8.0.2" } }