|
11 | 11 | "./locale-data/complete.js": false
|
12 | 12 | },
|
13 | 13 | "devDependencies": {
|
14 |
| - "async": "^0.9.0", |
15 |
| - "babel-cli": "^6.2.0", |
| 14 | + "async": "^2.0.1", |
| 15 | + "babel-cli": "^6.14.0", |
16 | 16 | "babel-eslint": "^6.1.2",
|
17 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.4.0", |
18 |
| - "babel-plugin-transform-es3-member-expression-literals": "^6.3.13", |
19 |
| - "babel-plugin-transform-es3-property-literals": "^6.3.13", |
20 |
| - "babel-plugin-transform-object-rest-spread": "^6.1.18", |
21 |
| - "babel-polyfill": "^6.3.14", |
22 |
| - "babel-preset-es2015": "6.1.18", |
23 |
| - "babel-preset-es2015-rollup": "1.1.1", |
24 |
| - "babel-register": "^6.2.0", |
25 |
| - "cldr-core": "28.0.0", |
26 |
| - "cldr-dates-full": "28.0.0", |
27 |
| - "cldr-numbers-full": "28.0.0", |
28 |
| - "cli-color": "^1.0.0", |
| 17 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", |
| 18 | + "babel-plugin-transform-es3-member-expression-literals": "^6.8.0", |
| 19 | + "babel-plugin-transform-es3-property-literals": "^6.8.0", |
| 20 | + "babel-plugin-transform-object-rest-spread": "^6.8.0", |
| 21 | + "babel-polyfill": "^6.13.0", |
| 22 | + "babel-preset-es2015": "6.14.0", |
| 23 | + "babel-preset-es2015-rollup": "1.2.0", |
| 24 | + "babel-register": "^6.14.0", |
| 25 | + "cldr-core": "29.0.0", |
| 26 | + "cldr-dates-full": "29.0.0", |
| 27 | + "cldr-numbers-full": "29.0.0", |
| 28 | + "cli-color": "^1.1.0", |
29 | 29 | "clui": "^0.3.1",
|
30 |
| - "eslint": "^2.2.0", |
| 30 | + "eslint": "^3.4.0", |
31 | 31 | "estraverse-fb": "^1.3.1",
|
32 |
| - "finalhandler": "^0.4.0", |
33 |
| - "glob": "^5.0.3", |
34 |
| - "grunt": "^0.4.5", |
35 |
| - "grunt-cli": "~0.1.13", |
36 |
| - "grunt-contrib-clean": "^0.6.0", |
37 |
| - "grunt-contrib-copy": "^0.5.0", |
38 |
| - "grunt-curl": "^2.1.0", |
39 |
| - "grunt-zip": "^0.16.2", |
40 |
| - "jshint": "^2.5.5", |
| 32 | + "finalhandler": "^0.5.0", |
| 33 | + "glob": "^7.0.6", |
| 34 | + "grunt": "^1.0.1", |
| 35 | + "grunt-cli": "~1.2.0", |
| 36 | + "grunt-contrib-clean": "^1.0.0", |
| 37 | + "grunt-contrib-copy": "^1.0.0", |
| 38 | + "grunt-curl": "^2.2.0", |
| 39 | + "grunt-zip": "^0.17.1", |
| 40 | + "jshint": "^2.9.3", |
41 | 41 | "mkdirp": "^0.5.1",
|
42 |
| - "object.assign": "^1.1.1", |
43 |
| - "rimraf": "^2.4.2", |
44 |
| - "rollup": "^0.26.0", |
45 |
| - "rollup-plugin-babel": "^2.3.9", |
46 |
| - "rollup-plugin-commonjs": "^2.2.0", |
47 |
| - "rollup-plugin-memory": "^1.0.0", |
48 |
| - "rollup-plugin-npm": "^1.3.0", |
49 |
| - "rollup-plugin-replace": "^1.1.0", |
50 |
| - "rollup-plugin-uglify": "^0.1.0", |
51 |
| - "sauce-tunnel": "^2.2.3", |
52 |
| - "serve-static": "^1.10.0", |
53 |
| - "wd": "^0.3.6" |
| 42 | + "object.assign": "^4.0.4", |
| 43 | + "rimraf": "^2.5.4", |
| 44 | + "rollup": "^0.34.13", |
| 45 | + "rollup-plugin-babel": "^2.6.1", |
| 46 | + "rollup-plugin-commonjs": "^4.1.0", |
| 47 | + "rollup-plugin-memory": "^2.0.0", |
| 48 | + "rollup-plugin-npm": "^2.0.0", |
| 49 | + "rollup-plugin-replace": "^1.1.1", |
| 50 | + "rollup-plugin-uglify": "^1.0.1", |
| 51 | + "sauce-tunnel": "^2.5.0", |
| 52 | + "serve-static": "^1.11.1", |
| 53 | + "wd": "^0.4.0" |
54 | 54 | },
|
55 | 55 | "scripts": {
|
56 | 56 | "clean": "rimraf dist/ lib/ locale-data/",
|
|
0 commit comments