Browse Source

Update module versions to latest stable (#3287)

* Updated babel modules to latest stable

* Updated devDependencies all modules expect webpack

* Updated webpack to latest stable
revert-3409-performance
wimrijnders 7 years ago
committed by Yotam Berkowitz
parent
commit
3adaefdde5
1 changed files with 18 additions and 18 deletions
  1. +18
    -18
      package.json

+ 18
- 18
package.json View File

@ -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"
}
}

Loading…
Cancel
Save