Skip to content

Commit c056251

Browse files
committed
Build: upgrade version
1 parent 6e87b4f commit c056251

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-l10n",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "An Angular library to translate messages, dates and numbers",
55
"main": "./bundles/angular-l10n.umd.js",
66
"module": "./modules/angular-l10n.es5.js",
@@ -51,28 +51,28 @@
5151
"@angular/platform-server": "4.1.0",
5252
"@angular/animations": "4.1.0",
5353
"@types/jasmine": "2.5.47",
54-
"@types/node": "7.0.14",
54+
"@types/node": "7.0.18",
5555
"codelyzer": "3.0.1",
5656
"core-js": "2.4.1",
5757
"jasmine-core": "2.6.1",
58-
"karma": "1.6.0",
59-
"karma-chrome-launcher": "2.0.0",
58+
"karma": "1.7.0",
59+
"karma-chrome-launcher": "2.1.1",
6060
"karma-jasmine": "1.1.0",
6161
"karma-spec-reporter": "0.0.31",
6262
"karma-webpack": "2.0.3",
6363
"reflect-metadata": "0.1.10",
6464
"rollup": "0.41.6",
65-
"rxjs": "5.3.0",
65+
"rxjs": "5.4.0",
6666
"ts-helpers": "1.1.2",
6767
"ts-loader": "2.0.3",
68-
"tslint": "5.1.0",
68+
"tslint": "5.2.0",
6969
"typescript": "2.3.2",
70-
"webpack": "2.4.1",
71-
"zone.js": "0.8.9",
70+
"webpack": "2.5.1",
71+
"zone.js": "0.8.10",
7272
"shelljs": "0.7.7",
7373
"chalk": "1.1.3",
74-
"uglify-js": "2.8.22",
74+
"uglify-js": "3.0.4",
7575
"sorcery": "0.10.0",
76-
"yargs": "7.1.0"
76+
"yargs": "8.0.1"
7777
}
7878
}

0 commit comments

Comments
 (0)