Skip to content

Commit

Permalink
feat: update ng-bootstrap for v13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Dec 10, 2021
1 parent 839f629 commit af21e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Expand Up @@ -101,7 +101,7 @@
<% if (props.ui === 'ionic') { -%>
"@ionic/angular": "^5.6.11",
<% } else if (props.ui === 'bootstrap') { -%>
"@ng-bootstrap/ng-bootstrap": "^11.0.0-beta.2",
"@ng-bootstrap/ng-bootstrap": "^12.0.0-beta.4",
"bootstrap": "^5.0.2",
"@fortawesome/fontawesome-free": "^5.15.1",
<% } else if (props.ui === 'material') { -%>
Expand Down

0 comments on commit af21e28

Please sign in to comment.