Skip to content

Commit

Permalink
fix(package): updated angular and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Apr 19, 2019
1 parent f93de40 commit 0a31632
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
"check-travis": " travis-status --repo=angular-material-extensions/password-strength --branch=master --fail-pending || echo 'Not yet passing'"
},
"dependencies": {
"@angular/animations": "^7.2.10",
"@angular/animations": "^7.2.13",
"@angular/cdk": "^7.3.6",
"@angular/common": "^7.2.10",
"@angular/core": "^7.2.10",
"@angular/forms": "^7.2.10",
"@angular/common": "^7.2.13",
"@angular/core": "^7.2.13",
"@angular/forms": "^7.2.13",
"@angular/material": "^7.3.6"
},
"devDependencies": {
"@angular-devkit/schematics": "^7.3.6",
"@angular/compiler": "^7.2.10",
"@angular/compiler-cli": "^7.2.10",
"@angular/platform-browser": "^7.2.10",
"@angular/platform-browser-dynamic": "^7.2.10",
"@angular/platform-server": "^7.2.10",
"@angular/compiler": "^7.2.13",
"@angular/compiler-cli": "^7.2.13",
"@angular/platform-browser": "^7.2.13",
"@angular/platform-browser-dynamic": "^7.2.13",
"@angular/platform-server": "^7.2.13",
"@compodoc/gulp-compodoc": "^0.0.10",
"@types/jasmine": "^2.8.14",
"@types/jest": "^23.3.14",
"@types/lodash": "^4.14.123",
"@types/node": "^10.14.4",
"@types/node": "^10.14.5",
"angular-cli-ghpages": "^0.5.3",
"angular2-template-loader": "0.6.2",
"autoprefixer": "^9.5.1",
Expand Down Expand Up @@ -106,7 +106,7 @@
"postcss-strip-inline-comments": "0.1.5",
"pump": "3.0.0",
"raw-loader": "^1.0.0",
"rollup": "^1.10.0",
"rollup": "^1.10.1",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-sourcemaps": "0.4.2",
Expand All @@ -121,7 +121,7 @@
"tsickle": "^0.34.3",
"tslint": "~5.12.1",
"typescript": "~3.2.4",
"webpack": "^4.29.6",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "^3.6.1",
"webpack-dev-server": "^3.3.1",
Expand Down

0 comments on commit 0a31632

Please sign in to comment.