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

Commit 7c843dc

Browse files
committed
Updated deps
1 parent 5b1e200 commit 7c843dc

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,46 @@
1111
"./locale-data/complete.js": false
1212
},
1313
"devDependencies": {
14-
"async": "^0.9.0",
15-
"babel-cli": "^6.2.0",
14+
"async": "^2.0.1",
15+
"babel-cli": "^6.14.0",
1616
"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",
2929
"clui": "^0.3.1",
30-
"eslint": "^2.2.0",
30+
"eslint": "^3.4.0",
3131
"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",
4141
"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"
5454
},
5555
"scripts": {
5656
"clean": "rimraf dist/ lib/ locale-data/",

0 commit comments

Comments
 (0)