Skip to content

Commit

Permalink
fix(package): updated the dependencies - angular v7.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 13, 2019
1 parent 3ee4fd8 commit f64b13e
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 79 deletions.
157 changes: 96 additions & 61 deletions package-lock.json

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

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,36 @@
"check-travis": " travis-status --repo=angular-material-extensions/link-preview --branch=master --fail-pending || echo 'Not yet passing'"
},
"dependencies": {
"@angular/animations": "^7.1.4",
"@angular/animations": "^7.2.15",
"@angular/cdk": "^7.2.0",
"@angular/common": "^7.1.4",
"@angular/core": "^7.1.4",
"@angular/http": "^7.1.4",
"@angular/common": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/material": "^7.2.0",
"@angular/platform-browser": "^7.1.4",
"@angular/platform-browser": "^7.2.15",
"ngx-linkifyjs": "^1.2.2"
},
"devDependencies": {
"@angular/compiler": "^7.1.4",
"@angular/compiler-cli": "^7.1.4",
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/flex-layout": "^7.0.0-beta.21",
"@angular/forms": "^7.1.4",
"@angular/platform-browser-dynamic": "^7.1.4",
"@angular/platform-server": "^7.1.4",
"@angular/forms": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/platform-server": "^7.2.15",
"@compodoc/gulp-compodoc": "^0.0.10",
"@types/jest": "^23.3.11",
"@types/lodash": "^4.14.119",
"@types/node": "^10.14.5",
"@types/lodash": "^4.14.134",
"@types/node": "^10.14.9",
"angular-cli-ghpages": "^0.5.3",
"angular2-template-loader": "^0.6.2",
"ansi-colors": "^3.2.3",
"autoprefixer": "^9.4.4",
"autoprefixer": "^9.6.0",
"awesome-typescript-loader": "^5.2.1",
"babel-jest": "^23.6.0",
"codelyzer": "^4.5.0",
"commitplease": "^3.2.0",
"conventional-github-releaser": "2.0.2",
"core-js": "^2.6.1",
"core-js": "^2.6.9",
"css-loader": "^2.1.0",
"cssnano": "^4.1.8",
"del": "^3.0.0",
Expand All @@ -85,17 +85,17 @@
"jest-preset-angular": "^6.0.2",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"postcss": "^7.0.7",
"postcss": "^7.0.17",
"postcss-strip-inline-comments": "^0.1.5",
"pump": "^3.0.0",
"raw-loader": "^1.0.0",
"rollup": "^1.10.1",
"rollup": "^1.15.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "3.0.0",
"run-sequence": "^2.2.1",
"rxjs": "^6.3.3",
"rxjs": "^6.5.2",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"to-string-loader": "^1.1.5",
Expand Down

0 comments on commit f64b13e

Please sign in to comment.