Skip to content

Commit e81a6f9

Browse files
committed
feat(frontend): update angular to 4.0.3
1 parent 347264f commit e81a6f9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "4.0.2",
17-
"@angular/common": "4.0.2",
18-
"@angular/compiler": "4.0.2",
19-
"@angular/core": "4.0.2",
20-
"@angular/forms": "4.0.2",
21-
"@angular/http": "4.0.2",
22-
"@angular/platform-browser": "4.0.2",
23-
"@angular/platform-browser-dynamic": "4.0.2",
24-
"@angular/router": "4.0.2",
16+
"@angular/animations": "4.0.3",
17+
"@angular/common": "4.0.3",
18+
"@angular/compiler": "4.0.3",
19+
"@angular/core": "4.0.3",
20+
"@angular/forms": "4.0.3",
21+
"@angular/http": "4.0.3",
22+
"@angular/platform-browser": "4.0.3",
23+
"@angular/platform-browser-dynamic": "4.0.3",
24+
"@angular/router": "4.0.3",
2525
"@ngrx/core": "1.2.0",
2626
"@ngrx/effects": "2.0.3",
2727
"@ngrx/router-store": "1.2.6",
2828
"@ngrx/store": "2.2.2",
2929
"@ngrx/store-devtools": "3.2.4",
30-
"@webcomponents/custom-elements": "1.0.0-rc.3",
30+
"@webcomponents/custom-elements": "1.0.0-alpha.3",
3131
"clarity-angular": "0.9.1",
3232
"clarity-icons": "0.9.1",
3333
"clarity-ui": "0.9.1",
@@ -44,11 +44,11 @@
4444
},
4545
"devDependencies": {
4646
"@angular/cli": "1.0.0",
47-
"@angular/compiler-cli": "4.0.2",
47+
"@angular/compiler-cli": "4.0.3",
48+
"@compodoc/compodoc": "1.0.0-beta.4",
4849
"@types/jasmine": "2.5.47",
4950
"@types/node": "7.0.13",
5051
"codelyzer": "2.1.1",
51-
"@compodoc/compodoc": "1.0.0-beta.4",
5252
"conventional-changelog-cli": "1.3.1",
5353
"jasmine-core": "2.5.2",
5454
"jasmine-spec-reporter": "4.0.0",

0 commit comments

Comments
 (0)