Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Feb 8, 2020
1 parent 2b78ff0 commit 702ebbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"bootstrap": "^4.1.1",
"@fortawesome/fontawesome-free": "^5.1.0",
<% } else if (props.ui === 'material') { -%>
"@angular/cdk": "^8.0.2",
"@angular/material": "^8.0.2",
"@angular/cdk": "^9.0.0",
"@angular/material": "^9.0.0",
"@angular/flex-layout": "^9.0.0-beta.29",
"material-design-icons-iconfont": "^5.0.1",
<% } -%>
Expand All @@ -102,13 +102,13 @@
"lodash": "^4.17.11",
<% } -%>
<% if (props.utility.includes('ramda')) { -%>
"ramda": "^0.26.1",
"ramda": "^0.27.0",
<% } -%>
<% if (props.utility.includes('moment')) { -%>
"moment": "^2.24.0",
<% } -%>
<% if (props.utility.includes('datefns')) { -%>
"date-fns": "^1.30.1",
"date-fns": "^2.9.0",
<% } -%>
"rxjs": "^6.5.4",
"tslib": "^1.10.0",
Expand Down Expand Up @@ -142,8 +142,8 @@
<% } -%>
"codelyzer": "^5.1.2",
<% if (props.target.includes('electron')) { -%>
"electron": "^5.0.2",
"electron-packager": "^13.0.1",
"electron": "^8.0.0",
"electron-packager": "^14.2.1",
"electron-reload": "^1.4.0",
<% } -%>
<% if (props.tools.includes('hads')) { -%>
Expand Down

0 comments on commit 702ebbe

Please sign in to comment.