Skip to content

Commit

Permalink
Merge pull request #269 from ngx-rocket/chore/update-deps
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
sinedied authored Mar 2, 2018
2 parents 160f441 + 4ac018f commit 534738c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 31 deletions.
12 changes: 6 additions & 6 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<% } else if (props.ui === 'bootstrap') { -%>
"@ng-bootstrap/ng-bootstrap": "^1.0.0",
"bootstrap": "4.0.0",
"@fortawesome/fontawesome-free-webfonts": "^1.0.3",
"@fortawesome/fontawesome-free-webfonts": "^1.0.4",
<% } else if (props.ui === 'material') { -%>
"@angular/cdk": "^5.2.1",
"@angular/material": "^5.2.1",
Expand All @@ -79,7 +79,7 @@
<% if (props.target.includes('cordova')) { -%>
"cordova": "^8.0.0",
<% } -%>
"@angular/cli": "~1.7.0",
"@angular/cli": "~1.7.2",
"@angular/compiler-cli": "^5.2.5",
"@angular/language-service": "^5.2.5",
"@biesbjerg/ngx-translate-extract": "^2.3.1",
Expand All @@ -104,11 +104,11 @@
<% if (!options['external-chrome']) { -%>
"puppeteer": "^1.0.0",
<% } -%>
"stylelint": "~9.0.0",
"stylelint-config-recommended-scss": "~3.0.0",
"stylelint": "~9.1.1",
"stylelint-config-recommended-scss": "~3.1.0",
"stylelint-config-standard": "~18.1.0",
"stylelint-scss": "~2.3.0",
"ts-node": "~4.1.0",
"stylelint-scss": "~2.4.0",
"ts-node": "~5.0.0",
"tslint": "~5.9.1",
"typescript": "~2.6.2"
<% if (props.target.includes('cordova')) { -%>
Expand Down
60 changes: 35 additions & 25 deletions package-lock.json

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

0 comments on commit 534738c

Please sign in to comment.