Skip to content

Commit 0ddf90a

Browse files
committed
refactor(project): updated angular to v6.0.2
1 parent 3b333d0 commit 0ddf90a

File tree

3 files changed

+45
-45
lines changed

3 files changed

+45
-45
lines changed

demo/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"check-travis": " travis-status --repo=anthonynahas/ngx-material-password-strength --branch=master --fail-pending || echo 'Not yet passing'"
3333
},
3434
"dependencies": {
35-
"@angular/animations": "6.0.1",
35+
"@angular/animations": "6.0.2",
3636
"@angular/cdk": "6.0.2",
37-
"@angular/common": "6.0.1",
38-
"@angular/core": "6.0.1",
37+
"@angular/common": "6.0.2",
38+
"@angular/core": "6.0.2",
3939
"@angular/material": "6.0.2"
4040
},
4141
"devDependencies": {
4242
"@angular-devkit/schematics": "^0.6.1",
43-
"@angular/compiler": "6.0.1",
44-
"@angular/compiler-cli": "6.0.1",
45-
"@angular/forms": "6.0.1",
46-
"@angular/platform-browser": "6.0.1",
47-
"@angular/platform-browser-dynamic": "6.0.1",
48-
"@angular/platform-server": "6.0.1",
43+
"@angular/compiler": "6.0.2",
44+
"@angular/compiler-cli": "6.0.2",
45+
"@angular/forms": "6.0.2",
46+
"@angular/platform-browser": "6.0.2",
47+
"@angular/platform-browser-dynamic": "6.0.2",
48+
"@angular/platform-server": "6.0.2",
4949
"@compodoc/gulp-compodoc": "0.0.9",
5050
"@types/jasmine": "2.5.41",
5151
"@types/jest": "21.1.9",

0 commit comments

Comments
 (0)