Skip to content

Commit 0a31632

Browse files
committed
fix(package): updated angular and other dependencies
1 parent f93de40 commit 0a31632

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package-lock.json

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

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@
4242
"check-travis": " travis-status --repo=angular-material-extensions/password-strength --branch=master --fail-pending || echo 'Not yet passing'"
4343
},
4444
"dependencies": {
45-
"@angular/animations": "^7.2.10",
45+
"@angular/animations": "^7.2.13",
4646
"@angular/cdk": "^7.3.6",
47-
"@angular/common": "^7.2.10",
48-
"@angular/core": "^7.2.10",
49-
"@angular/forms": "^7.2.10",
47+
"@angular/common": "^7.2.13",
48+
"@angular/core": "^7.2.13",
49+
"@angular/forms": "^7.2.13",
5050
"@angular/material": "^7.3.6"
5151
},
5252
"devDependencies": {
5353
"@angular-devkit/schematics": "^7.3.6",
54-
"@angular/compiler": "^7.2.10",
55-
"@angular/compiler-cli": "^7.2.10",
56-
"@angular/platform-browser": "^7.2.10",
57-
"@angular/platform-browser-dynamic": "^7.2.10",
58-
"@angular/platform-server": "^7.2.10",
54+
"@angular/compiler": "^7.2.13",
55+
"@angular/compiler-cli": "^7.2.13",
56+
"@angular/platform-browser": "^7.2.13",
57+
"@angular/platform-browser-dynamic": "^7.2.13",
58+
"@angular/platform-server": "^7.2.13",
5959
"@compodoc/gulp-compodoc": "^0.0.10",
6060
"@types/jasmine": "^2.8.14",
6161
"@types/jest": "^23.3.14",
6262
"@types/lodash": "^4.14.123",
63-
"@types/node": "^10.14.4",
63+
"@types/node": "^10.14.5",
6464
"angular-cli-ghpages": "^0.5.3",
6565
"angular2-template-loader": "0.6.2",
6666
"autoprefixer": "^9.5.1",
@@ -106,7 +106,7 @@
106106
"postcss-strip-inline-comments": "0.1.5",
107107
"pump": "3.0.0",
108108
"raw-loader": "^1.0.0",
109-
"rollup": "^1.10.0",
109+
"rollup": "^1.10.1",
110110
"rollup-plugin-commonjs": "^9.2.2",
111111
"rollup-plugin-node-resolve": "^4.2.3",
112112
"rollup-plugin-sourcemaps": "0.4.2",
@@ -121,7 +121,7 @@
121121
"tsickle": "^0.34.3",
122122
"tslint": "~5.12.1",
123123
"typescript": "~3.2.4",
124-
"webpack": "^4.29.6",
124+
"webpack": "^4.30.0",
125125
"webpack-cli": "^3.3.0",
126126
"webpack-dev-middleware": "^3.6.1",
127127
"webpack-dev-server": "^3.3.1",

0 commit comments

Comments
 (0)