Skip to content

Commit

Permalink
fix(package): upgraded angular to v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 10, 2019
1 parent dddc4a9 commit 7e6bbf3
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 110 deletions.
177 changes: 80 additions & 97 deletions package-lock.json

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"check-travis": " travis-status --repo=AnthonyNahas/ngx-linkifyjs --branch=master --fail-pending || echo 'Not yet passing'"
},
"dependencies": {
"@angular/common": "^7.1.4",
"@angular/core": "^7.1.4",
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0",
"linkifyjs": "^2.1.7"
},
"devDependencies": {
"@angular/animations": "^7.1.4",
"@angular/compiler": "^7.1.4",
"@angular/compiler-cli": "^7.1.4",
"@angular/platform-browser": "^7.1.4",
"@angular/platform-browser-dynamic": "^7.1.4",
"@angular/platform-server": "^7.1.4",
"@angular/animations": "^7.2.0",
"@angular/compiler": "^7.2.0",
"@angular/compiler-cli": "^7.2.0",
"@angular/platform-browser": "^7.2.0",
"@angular/platform-browser-dynamic": "^7.2.0",
"@angular/platform-server": "^7.2.0",
"@compodoc/gulp-compodoc": "^0.0.10",
"@types/jest": "^23.3.11",
"@types/jest": "^23.3.12",
"@types/lodash": "^4.14.119",
"@types/node": "^10.12.18",
"angular-cli-ghpages": "^0.5.3",
Expand All @@ -60,7 +60,7 @@
"codelyzer": "^4.5.0",
"commitplease": "3.2.0",
"conventional-github-releaser": "2.0.2",
"core-js": "^2.6.1",
"core-js": "^2.6.2",
"css-loader": "^2.1.0",
"cssnano": "^4.1.8",
"del": "3.0.0",
Expand All @@ -71,7 +71,7 @@
"gulp-conventional-changelog": "^2.0.9",
"gulp-coveralls": "0.1.4",
"gulp-file": "0.4.0",
"gulp-git": "^2.8.0",
"gulp-git": "^2.8.1",
"gulp-hub": "0.8.0",
"gulp-inline-ng2-template": "5.0.1",
"gulp-tslint": "8.1.3",
Expand All @@ -81,11 +81,11 @@
"jest-preset-angular": "^6.0.2",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"postcss": "^7.0.7",
"postcss": "^7.0.8",
"postcss-strip-inline-comments": "0.1.5",
"pump": "3.0.0",
"raw-loader": "^1.0.0",
"rollup": "^1.0.2",
"rollup": "^1.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "0.4.2",
Expand Down

0 comments on commit 7e6bbf3

Please sign in to comment.