Browse Source

chore: updated dependencies and devDependencies (#2649)

runTests
Alexander Wunschik 7 years ago
committed by yotamberk
parent
commit
9c32a91e00
1 changed files with 19 additions and 19 deletions
  1. +19
    -19
      package.json

+ 19
- 19
package.json View File

@ -29,36 +29,36 @@
"watch-dev": "gulp watch --bundle"
},
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.20.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-runtime": "^6.22.0",
"emitter-component": "^1.1.1",
"moment": "^2.12.0",
"moment": "^2.17.1",
"propagating-hammerjs": "^1.4.6",
"hammerjs": "^2.0.6",
"hammerjs": "^2.0.8",
"keycharm": "^0.2.0"
},
"devDependencies": {
"async": "^2.0.0-rc.2",
"async": "^2.1.4",
"babelify": "^7.3.0",
"clean-css": "^4.0.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.11",
"gulp-concat": "^2.6.0",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"gulp-util": "^3.0.8",
"jsdom": "9.9.1",
"mocha": "^3.1.2",
"mocha": "^3.2.0",
"mocha-jsdom": "^1.1.0",
"rimraf": "^2.5.2",
"uglify-js": "^2.6.2",
"rimraf": "^2.5.4",
"uglify-js": "^2.7.5",
"uuid": "^3.0.1",
"webpack": "^1.12.14",
"yargs": "^6.3.0"
"webpack": "^1.14.0",
"yargs": "^6.6.0"
}
}

Loading…
Cancel
Save