Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Sep 8, 2016
1 parent 5b1e200 commit 7c843dc
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,46 @@
"./locale-data/complete.js": false
},
"devDependencies": {
"async": "^0.9.0",
"babel-cli": "^6.2.0",
"async": "^2.0.1",
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.3.13",
"babel-plugin-transform-es3-property-literals": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "6.1.18",
"babel-preset-es2015-rollup": "1.1.1",
"babel-register": "^6.2.0",
"cldr-core": "28.0.0",
"cldr-dates-full": "28.0.0",
"cldr-numbers-full": "28.0.0",
"cli-color": "^1.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-es2015-rollup": "1.2.0",
"babel-register": "^6.14.0",
"cldr-core": "29.0.0",
"cldr-dates-full": "29.0.0",
"cldr-numbers-full": "29.0.0",
"cli-color": "^1.1.0",
"clui": "^0.3.1",
"eslint": "^2.2.0",
"eslint": "^3.4.0",
"estraverse-fb": "^1.3.1",
"finalhandler": "^0.4.0",
"glob": "^5.0.3",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-curl": "^2.1.0",
"grunt-zip": "^0.16.2",
"jshint": "^2.5.5",
"finalhandler": "^0.5.0",
"glob": "^7.0.6",
"grunt": "^1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-curl": "^2.2.0",
"grunt-zip": "^0.17.1",
"jshint": "^2.9.3",
"mkdirp": "^0.5.1",
"object.assign": "^1.1.1",
"rimraf": "^2.4.2",
"rollup": "^0.26.0",
"rollup-plugin-babel": "^2.3.9",
"rollup-plugin-commonjs": "^2.2.0",
"rollup-plugin-memory": "^1.0.0",
"rollup-plugin-npm": "^1.3.0",
"rollup-plugin-replace": "^1.1.0",
"rollup-plugin-uglify": "^0.1.0",
"sauce-tunnel": "^2.2.3",
"serve-static": "^1.10.0",
"wd": "^0.3.6"
"object.assign": "^4.0.4",
"rimraf": "^2.5.4",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^4.1.0",
"rollup-plugin-memory": "^2.0.0",
"rollup-plugin-npm": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"sauce-tunnel": "^2.5.0",
"serve-static": "^1.11.1",
"wd": "^0.4.0"
},
"scripts": {
"clean": "rimraf dist/ lib/ locale-data/",
Expand Down

0 comments on commit 7c843dc

Please sign in to comment.