Skip to content

Commit 0fa7a37

Browse files
authored
Merge pull request #32 from loiane/greenkeeper/@angular/common-5.0.2
fix(package): update @angular/common to version 5.0.2
2 parents 559dd59 + 8c745f7 commit 0fa7a37

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^5.0.0",
16-
"@angular/common": "^4.0.0",
17-
"@angular/compiler": "^4.0.0",
18-
"@angular/core": "^4.0.0",
19-
"@angular/forms": "^4.0.0",
15+
"@angular/animations": "^5.0.2",
16+
"@angular/common": "^5.0.2",
17+
"@angular/compiler": "^5.0.2",
18+
"@angular/core": "^5.0.2",
19+
"@angular/forms": "^5.0.2",
2020
"@angular/http": "^5.0.0",
21-
"@angular/platform-browser": "^4.0.0",
22-
"@angular/platform-browser-dynamic": "^4.0.0",
23-
"@angular/router": "^5.0.0",
21+
"@angular/platform-browser": "^5.0.2",
22+
"@angular/platform-browser-dynamic": "^5.0.2",
23+
"@angular/router": "^5.0.2",
2424
"bootstrap": "^3.3.7",
2525
"core-js": "^2.4.1",
2626
"rxjs": "^5.4.1",

0 commit comments

Comments
 (0)