Skip to content

Commit bd9fb09

Browse files
committed
refactor(project): updated dependencies
1 parent 37890ff commit bd9fb09

File tree

2 files changed

+66
-57
lines changed

2 files changed

+66
-57
lines changed

package-lock.json

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

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"check-travis": " travis-status --repo=anthonynahas/ngx-material-password-strength --branch=master --fail-pending || echo 'Not yet passing'"
3232
},
3333
"dependencies": {
34-
"@angular/animations": "^5.2.9",
35-
"@angular/cdk": "^5.2.4",
36-
"@angular/common": "^5.2.9",
37-
"@angular/core": "^5.2.9",
38-
"@angular/material": "^5.2.4"
34+
"@angular/animations": "^5.2.10",
35+
"@angular/cdk": "^5.2.5",
36+
"@angular/common": "^5.2.10",
37+
"@angular/core": "^5.2.10",
38+
"@angular/material": "^5.2.5"
3939
},
4040
"devDependencies": {
41-
"@angular/compiler": "5.2.9",
42-
"@angular/compiler-cli": "5.2.9",
43-
"@angular/forms": "5.2.9",
44-
"@angular/platform-browser": "5.2.9",
45-
"@angular/platform-browser-dynamic": "5.2.9",
46-
"@angular/platform-server": "5.2.9",
41+
"@angular/compiler": "5.2.10",
42+
"@angular/compiler-cli": "5.2.10",
43+
"@angular/forms": "5.2.10",
44+
"@angular/platform-browser": "5.2.10",
45+
"@angular/platform-browser-dynamic": "5.2.10",
46+
"@angular/platform-server": "5.2.10",
4747
"@compodoc/gulp-compodoc": "0.0.9",
4848
"@types/jasmine": "2.5.41",
4949
"@types/jest": "21.1.9",
@@ -76,7 +76,7 @@
7676
"jasmine-core": "2.8.0",
7777
"jest": "22.0.4",
7878
"jest-cli": "^22.4.3",
79-
"jest-preset-angular": "5.0.0",
79+
"jest-preset-angular": "5.2.1",
8080
"karma": "2.0.2",
8181
"karma-chrome-launcher": "2.2.0",
8282
"karma-coverage": "1.1.1",
@@ -110,7 +110,7 @@
110110
"webpack-dev-middleware": "3.1.2",
111111
"webpack-dev-server": "3.1.3",
112112
"yargs": "11.0.0",
113-
"zone.js": "0.8.14"
113+
"zone.js": "0.8.26"
114114
},
115115
"engines": {
116116
"node": ">=6.0.0"

0 commit comments

Comments
 (0)