File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7979 <%_ } -%>
8080 "@types/node" : " ^8.0.26" ,
8181 "@types/selenium-webdriver" : " ^3.0.3" ,
82- "@types/webpack" : " ^2.2.15 " ,
82+ "@types/webpack" : " ^3.0.10 " ,
8383 <%_ } -%>
8484 "angular2-universal" : " 2.1.0-rc.1" ,
8585 "angular2-jwt" : " ^0.2.3" ,
9191 <% if(filters.bootstrap) { %>
9292 "bootstrap" : " ~3.3.7" ,
9393 <% if(filters.uibootstrap) { %>
94- "ng2 -bootstrap" : " ~1.1.16 " ,<% } %>
94+ "ngx -bootstrap" : " ~1.6.3 " ,<% } %>
9595 <% if(filters.sass) { %>
9696 "bootstrap-sass" : " ~3.3.7" ,<% } %>
9797 <% if(filters.stylus) { %>
151151 "run-sequence" : " ^2.1.0" ,
152152 "lazypipe" : " ^1.0.1" ,
153153 <%# WEBPACK %>
154- "webpack" : " ^2.3.1 " ,
154+ "webpack" : " ^3.5.5 " ,
155155 "webpack-dev-server" : " ^2.4.2" ,
156- "extract-text-webpack-plugin" : " 2 .0.0" ,
156+ "extract-text-webpack-plugin" : " 3 .0.0" ,
157157 "html-webpack-plugin" : " ^2.24.1" ,
158158 "html-webpack-harddisk-plugin" : " ~0.1.0" ,
159159 <%_ if(filters.pug) { _%>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { UIRouterModule } from 'ui-router-ng2';<% } %>
66< % _ if ( filters . ngroute ) { % >
77import { RouterModule, Routes } from '@angular/router' ; < % } % >
88< % _ if ( filters . uibootstrap ) { % >
9- import { TooltipModule } from 'ng2 -bootstrap' ; < % } % >
9+ import { TooltipModule } from 'ngx -bootstrap' ; < % } % >
1010
1111import { MainComponent } from './main.component';
1212< % _ if ( filters . ws ) { - % >
Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
22import { CommonModule } from '@angular/common' ;
3- import { CollapseModule } from 'ng2 -bootstrap' ;
3+ import { CollapseModule } from 'ngx -bootstrap' ;
44
55< % _ if ( filters . uirouter ) { - % >
66import { UIRouterModule } from 'ui-router-ng2' ; < % } % >
You can’t perform that action at this time.
0 commit comments