Skip to content

Commit

Permalink
fix(package): updated angular to v7.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Mar 22, 2019
1 parent 9d4153d commit 99d4005
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 59 deletions.
100 changes: 53 additions & 47 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,33 +42,33 @@
"check-travis": " travis-status --repo=angular-material-extensions/password-strength --branch=master --fail-pending || echo 'Not yet passing'"
},
"dependencies": {
"@angular/animations": "^7.2.9",
"@angular/animations": "^7.2.10",
"@angular/cdk": "^7.3.5",
"@angular/common": "^7.2.9",
"@angular/core": "^7.2.9",
"@angular/forms": "^7.2.9",
"@angular/common": "^7.2.10",
"@angular/core": "^7.2.10",
"@angular/forms": "^7.2.10",
"@angular/material": "^7.3.5"
},
"devDependencies": {
"@angular-devkit/schematics": "^7.3.6",
"@angular/compiler": "^7.2.9",
"@angular/compiler-cli": "^7.2.9",
"@angular/platform-browser": "^7.2.9",
"@angular/platform-browser-dynamic": "^7.2.9",
"@angular/platform-server": "^7.2.9",
"@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",
"@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.1",
"@types/node": "^10.14.3",
"angular-cli-ghpages": "^0.5.3",
"angular2-template-loader": "0.6.2",
"autoprefixer": "^9.5.0",
"awesome-typescript-loader": "^5.2.1",
"codelyzer": "^4.5.0",
"commitplease": "3.2.0",
"conventional-github-releaser": "2.0.2",
"copy-webpack-plugin": "^5.0.1",
"copy-webpack-plugin": "^5.0.2",
"core-js": "^2.6.5",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
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.6.0",
"rollup": "^1.7.0",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-sourcemaps": "0.4.2",
Expand Down

0 comments on commit 99d4005

Please sign in to comment.